-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.1 KB
/
Copy pathNAMESPACE
File metadata and controls
47 lines (46 loc) · 1.1 KB
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
# Generated by roxygen2: do not edit by hand
S3method(c_mseries,default)
S3method(c_turbine,default)
S3method(c_weibull,default)
S3method(hist,c_mseries)
S3method(hist,c_weibull)
S3method(max,c_mseries)
S3method(mean,c_mseries)
S3method(mean,c_weibull)
S3method(median,c_mseries)
S3method(median,c_weibull)
S3method(min,c_mseries)
S3method(plot,c_mseries)
S3method(plot,c_turbine)
S3method(plot,c_weibull)
S3method(print,c_mseries)
S3method(print,c_turbine)
S3method(print,c_weibull)
S3method(summary,c_mseries)
export(c_cbind)
export(c_coverage)
export(c_extrapolate_dir_shear)
export(c_find_weibull)
export(c_means)
export(c_mseries)
export(c_scale_offset)
export(c_shear)
export(c_signal_summary)
export(c_turbine)
export(c_weibull)
export(c_weibull_plot)
export(c_windrose)
export(is_c_mseries)
export(is_c_turbine)
export(is_c_weibull)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(magrittr,"%>%")
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,time)
useDynLib(cefiro)