File: NAMESPACE

package info (click to toggle)
r-cran-ca 0.71-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (2)
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
import(stats)
import(graphics)
importFrom("grDevices", "col2rgb", "palette", "rgb")
importFrom("utils", "type.convert")
export(ca, iterate.mjca, mjca, pchlist, plot3d.ca, plot.ca, plot.mjca, cacoord, caconv, multilines)

S3method(plot, ca)
S3method(plot, mjca)
S3method(print, ca)
S3method(print, mjca)
S3method(print, summary.ca)
S3method(print, summary.mjca)
S3method(summary, ca)
S3method(summary, mjca)

S3method(ca, matrix)
S3method(ca, data.frame)
S3method(ca, formula)
S3method(ca, table)
S3method(ca, xtabs)

S3method(mjca, table)
S3method(mjca, array)
S3method(mjca, data.frame)

if(getRversion() >= "3.6.0") {
  S3method(rgl::plot3d, ca)
  }