-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (33 loc) · 847 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,smplx)
S3method(print,smplx)
export(addSimplex2Surface)
export(adjustVertex)
export(cntr)
export(exampleOptimization)
export(exampleSurfaceR2)
export(exampleSurfaceR2.2pks)
export(exampleSurfaceR3)
export(generateVertex)
export(labsimplex)
export(plotSimplex3D)
export(plotSimplexResponse)
export(prspctv)
export(simplexExport)
export(simplexImport)
import(ggplot2)
import(scatterplot3d)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_segment)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,persp)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(stats,rnorm)
importFrom(utils,capture.output)