-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
export(biomass2nasc)
export(biomass2tsb)
export(createPelfossSkeleton)
export(drawTrawlStationInd)
export(fitLengthWeight)
export(fitLengthWeightSuperind)
export(getAllStoXProjects)
export(getAllTSB)
export(getBiomassOfSurvey)
export(getDataOfDay)
export(getInside)
export(getNorwecomSuperindLonLat)
export(getPelfossPaths)
export(getPelfossSkeleton)
export(getSuperindOfDay)
export(getTSB)
export(getTotalBiomass)
export(interpolateBiomassToTransects)
export(movieAllDays)
export(pelfossDefaults)
export(plotAllDays)
export(plotLengthWeight)
export(plotPelfoss)
export(plotPelfossAll)
export(plotPelfossReports)
export(projLonLat2XY)
export(readNcVarsAndAttrs)
export(readNorwecomBiomass)
export(readNorwecomSuperind)
export(readPelfossReports)
export(reportAllPelfoss)
export(runAll)
export(runAllPelfossPaper1)
export(runPelfoss)
export(setSurveyParametersPaper1)
export(simulateTrawl)
import(Rstox)
import(data.table)
import(ggplot2)
importFrom(Rstox,closeProject)
importFrom(Rstox,geo2xy)
importFrom(Rstox,getPlottingUnit)
importFrom(Rstox,getProjectPaths)
importFrom(Rstox,getSeedV)
importFrom(Rstox,plotStratum)
importFrom(Rstox,saveProjectData)
importFrom(fields,interp.surface)
importFrom(ggnewscale,new_scale_color)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(grDevices,dev.off)
importFrom(grDevices,hsv)
importFrom(interp,interp)
importFrom(maptools,unionSpatialPolygons)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(sp,point.in.polygon)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,weighted.mean)
importFrom(tools,file_path_sans_ext)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(utils,write.table)