-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
21 lines (21 loc) · 817 Bytes
/
NAMESPACE
File metadata and controls
21 lines (21 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
useDynLib(TPmsm, .registration=TRUE)
importFrom("KernSmooth", dpik)
importFrom("graphics", axis, box, contour, image, layout, lcm, legend, lines, par, plot, plot.new, plot.window, rect, title)
importFrom("grDevices", grey, heat.colors)
export(as.data.frame.survTP, is.survTP, survTP, TPmsmOut)
export(corrTP, dgpTP)
export(transAJ, transPAJ, transKMW, transKMPW, transIPCW, transLIN, transLS)
export(lines.TPmsm, plot.TPmsm)
export(contour.TPCmsm, image.TPCmsm, lines.TPCmsm, plot.TPCmsm)
export(setPackageSeedTP, setSeedTP, setThreadsTP)
S3method(as.data.frame, survTP)
S3method(contour, TPCmsm)
S3method(image, TPCmsm)
S3method(lines, TPmsm)
S3method(lines, TPCmsm)
S3method(plot, TPmsm)
S3method(plot, TPCmsm)
S3method(print, TPmsm)
S3method(print, TPCmsm)
S3method(setSeedTP, NULL)
S3method(setSeedTP, TPmsmSeed)