-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
104 lines (103 loc) · 2.26 KB
/
NAMESPACE
File metadata and controls
104 lines (103 loc) · 2.26 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Generated by roxygen2: do not edit by hand
S3method(D,default)
S3method(D,formula)
S3method(makeFun,numeric)
export("%cang%")
export("%dot%")
export("%onto%")
export("%perp%")
export(D)
export(Integrate)
export(Iterate)
export(M_cols)
export(PE_fun1)
export(PE_fun2)
export(Picket)
export(Q)
export(R_for_Q)
export(Zeros)
export(antiD)
export(argM)
export(as_magnitude)
export(bind_params)
export(box_set)
export(connector)
export(contour_plot)
export(data_M)
export(df2matrix)
export(domain)
export(doodle_fun)
export(equality_constraint)
export(fitModel)
export(flow_field)
export(fourier_M)
export(fourier_set)
export(gradient_plot)
export(inequality_constraint)
export(inscribed_circle)
export(integrateODE)
export(interactive_plot)
export(is_in_domain)
export(legendre_M)
export(legendre_set)
export(makeODE)
export(normalize)
export(ns_M)
export(ns_set)
export(numD)
export(qspliner)
export(rmat)
export(rvec)
export(slice_plot)
export(spliner)
export(streamlines)
export(surface_plot)
export(surface_with_contours)
export(symbolicD)
export(traj_plot)
export(traj_plot_3D)
export(trajectory_euler)
export(vbind)
export(vec)
export(vec_names)
export(veclen)
export(vectorfield_plot)
importFrom(Deriv,Deriv)
importFrom(MASS,fractions)
importFrom(Matrix,norm)
importFrom(Ryacas,as_r)
importFrom(Ryacas,yac)
importFrom(calculus,integral)
importFrom(dplyr,bind_rows)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_viridis_c)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(glue,glue)
importFrom(grDevices,extendrange)
importFrom(metR,geom_contour2)
importFrom(metR,geom_contour_fill)
importFrom(metR,geom_text_contour)
importFrom(mosaic,connector)
importFrom(mosaic,expandFun)
importFrom(mosaic,fitModel)
importFrom(mosaic,inferArgs)
importFrom(mosaic,spliner)
importFrom(mosaicCore,makeFun)
importFrom(orthopolynom,legendre.polynomials)
importFrom(sp,point.in.polygon)
importFrom(stats,approxfun)
importFrom(stats,as.formula)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,uniroot)
importFrom(tibble,tibble)
importFrom(tibble,tribble)