-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
76 lines (75 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,ccmodel)
S3method(AIC,foehnix)
S3method(BIC,ccmodel)
S3method(BIC,foehnix)
S3method(IGN,foehnix)
S3method(center,standardized)
S3method(coef,ccmodel)
S3method(coef,foehnix)
S3method(coefficients,foehnix)
S3method(destandardize,standardized)
S3method(edf,ccmodel)
S3method(edf,foehnix)
S3method(fitted,foehnix)
S3method(formula,foehnix)
S3method(has.left,foehnix.family)
S3method(has.right,foehnix.family)
S3method(image,foehnix)
S3method(is.standardized,matrix)
S3method(is.truncated,foehnix.family)
S3method(logLik,ccmodel)
S3method(logLik,foehnix)
S3method(nobs,foehnix)
S3method(plot,foehnix)
S3method(predict,foehnix)
S3method(print,coef.foehnix)
S3method(print,foehnix)
S3method(print,foehnix.control)
S3method(print,foehnix.family)
S3method(print,foehnix.filter)
S3method(print,glmnet.control)
S3method(print,summary.foehnix)
S3method(scale,standardized)
S3method(standardize,matrix)
S3method(summary,ccmodel)
S3method(summary,foehnix)
S3method(windrose,default)
S3method(windrose,foehnix)
S3method(write.csv,default)
S3method(write.csv,foehnix)
export(IGN)
export(add_polygon)
export(center)
export(ddff2uv)
export(demodata)
export(destandardize)
export(destandardize_coefficients)
export(edf)
export(foehnix)
export(foehnix.control)
export(foehnix_filter)
export(glmnet.control)
export(has.left)
export(has.right)
export(is.standardized)
export(is.truncated)
export(iwls_logit)
export(standardize)
export(tsplot)
export(tsplot.control)
export(uv2ddff)
export(windrose)
export(write.csv)
import(graphics)
import(stats)
import(testthat)
import(utils)
import(zoo)
importFrom(grDevices,gray.colors)
importFrom(grDevices,rgb)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,is.regular)
importFrom(zoo,zoo)
useDynLib(foehnix, .registration = TRUE)