forked from ropensci/MtreeRing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
109 lines (108 loc) · 3.35 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
export(pith_measure)
export(ring_app_launch)
export(ring_calculate)
export(ring_detect)
export(ring_modify)
export(ring_read)
importFrom(bmp,read.bmp)
importFrom(dplR,write.rwl)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(grDevices,as.raster)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.set)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rasterImage)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(imager,as.cimg)
importFrom(imager,cannyEdges)
importFrom(imager,dilate_rect)
importFrom(imager,erode_rect)
importFrom(imager,imgradient)
importFrom(imager,mclosing_square)
importFrom(imager,threshold)
importFrom(imager,watershed)
importFrom(jpeg,readJPEG)
importFrom(magick,image_convert)
importFrom(magick,image_crop)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(magick,image_resize)
importFrom(magick,image_rotate)
importFrom(magrittr,"%>%")
importFrom(measuRing,graySmoothed)
importFrom(measuRing,linearDetect)
importFrom(png,readPNG)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,brushOpts)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,dblclickOpts)
importFrom(shiny,div)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,helpText)
importFrom(shiny,hr)
importFrom(shiny,icon)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,shinyAppDir)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(shiny,textInput)
importFrom(shiny,updateActionButton)
importFrom(shiny,updateCheckboxInput)
importFrom(shiny,updateTextInput)
importFrom(shinyWidgets,colorSelectorInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinyWidgets,prettyRadioButtons)
importFrom(shinyWidgets,prettySwitch)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,sendSweetAlert)
importFrom(shinyWidgets,updatePrettyCheckbox)
importFrom(shinyWidgets,updatePrettyRadioButtons)
importFrom(shinyWidgets,updatePrettySwitch)
importFrom(shinyWidgets,useSweetAlert)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabBox)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(spatstat,connected)
importFrom(spatstat,im)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(tiff,readTIFF)
importFrom(utils,write.csv)