-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (32 loc) · 925 Bytes
/
NAMESPACE
File metadata and controls
34 lines (32 loc) · 925 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
34
# Generated by roxygen2: do not edit by hand
S3method(apply_transformations,vachette_data)
S3method(print,vachette_data)
S3method(summary,vachette_data)
export(apply_transformations)
export(p.add.distances)
export(p.obs.cov)
export(p.obs.excluded)
export(p.obs.ref.query)
export(p.prop.distances)
export(p.scaled.observation.curves)
export(p.scaled.observation.curves.by.id)
export(p.scaled.typical.curves)
export(p.scaled.typical.curves.landmarks)
export(p.scaled.typical.full.curves.landmarks)
export(p.scaling.factor)
export(p.vachette)
export(p.vachette.arrow)
export(vachette_data)
import(dplyr)
import(ggplot2)
import(prospectr)
import(stats, except = c(filter, lag))
import(tidyr)
importFrom(Hmisc,approxExtrap)
importFrom(magrittr,"%>%")
importFrom(minpack.lm,nls.lm)
importFrom(minpack.lm,nls.lm.control)
importFrom(purrr,map_dfr)
importFrom(utils,askYesNo)
importFrom(utils,capture.output)
importFrom(utils,head)