-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 846 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 846 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,forestData)
S3method(summary,forestData)
export(calc_degraded_forest_grade)
export(class.plot)
export(degraded_forest_preprocess)
export(potential.productivity)
export(realized.productivity)
import(dplyr)
import(ggplot2)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(nlme,fixed.effects)
importFrom(nlme,nlme)
importFrom(nlme,pdDiag)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,uniroot)
importFrom(stats,var)