-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
88 lines (87 loc) · 2.32 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
# Generated by roxygen2: do not edit by hand
S3method(get_var,osmose)
S3method(get_var,osmose.config)
S3method(plot,osmose)
S3method(plot,osmose.biomass)
S3method(plot,osmose.config)
S3method(plot,osmose.config.predation)
S3method(plot,osmose.config.reproduction)
S3method(plot,osmose.config.species)
S3method(print,osmose)
S3method(print,summary.osmose)
S3method(report,osmose)
S3method(summary,osmose)
S3method(summary,osmose.biomass)
S3method(summary,osmose.dietMatrix)
S3method(summary,osmose.meanTL)
S3method(summary,osmose.meanTLCatch)
S3method(summary,osmose.mortalityRate)
S3method(write_osmose,default)
S3method(write_osmose,list)
S3method(write_osmose,matrix)
S3method(write_osmose,osmose.configuration)
S3method(write_osmose,osmose.initialization)
export(.getPar)
export(.readConfiguration)
export(cacheManager)
export(getVar)
export(get_var)
export(initialize_osmose)
export(osmose2R)
export(osmose_calib_demo)
export(osmose_demo)
export(osmose_grid)
export(readOsmoseConfiguration)
export(read_osmose)
export(report)
export(runOsmose)
export(run_osmose)
export(update_maps)
export(update_osmose)
export(write.osmose)
export(write_osmose)
import(grDevices)
import(graphics)
importFrom(R.utils,getRelativePath)
importFrom(calibrar,calibrate)
importFrom(fields,image.plot)
importFrom(fields,tim.colors)
importFrom(knitr,knit)
importFrom(mgcv,gam)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_create)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncatt_put)
importFrom(ncdf4,ncdim_def)
importFrom(ncdf4,ncvar_def)
importFrom(ncdf4,ncvar_get)
importFrom(ncdf4,ncvar_put)
importFrom(rlist,list.merge)
importFrom(rmarkdown,render)
importFrom(stats,approx)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,splinefun)
importFrom(stats,weighted.mean)
importFrom(stringr,str_locate)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,type.convert)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(utils,write.table)