/usr/lib/R/site-library/ca/NAMESPACE is in r-cran-ca 0.70-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 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)
|