-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,stack)
S3method(c,stack)
S3method(fortify,stack)
S3method(plot,stack)
S3method(print,stack)
S3method(rev,stack)
export(classify)
export(collection_ml)
export(combine_layer)
export(dbr_analytic)
export(dbr_stack)
export(dipole)
export(dipole_direct)
export(embed_stack)
export(epsilon_dispersion)
export(epsilon_label)
export(gaussian_near_field_layer)
export(gaussian_near_field_ml)
export(integrand_mtot)
export(integrand_nr1)
export(integrand_nr2)
export(integrand_nr3)
export(integrand_rad)
export(internal_field)
export(invert_stack)
export(layer_stack)
export(lfief)
export(modify_levels)
export(multilayer)
export(multilayercpp)
export(multilayerfull)
export(raman_shift)
export(recursive_fresnel)
export(recursive_fresnelcpp)
export(simulate_ff)
export(simulate_nf)
export(tamm_stack)
export(tamm_stack_ir)
export(tamm_stack_porous)
export(transmission)
import(Rcpp)
import(dielectric)
import(methods)
import(plyr)
import(reshape2)
importFrom(cubature,adaptIntegrate)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(statmod,gauss.quad)
importFrom(utils,str)
useDynLib(planar)