File: NAMESPACE

package info (click to toggle)
r-cran-clustergeneration 1.3.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

export(genRandomClust, 
       simClustDesign,
       rcorrmatrix,
       genPositiveDefMat,
       sepIndexTheory,
       sepIndexData,
       genOrthogonal,
       getSepProjTheory,
       getSepProjData,
       nearestNeighborSepVal,
       plot1DProjection,
       plot2DProjection,
       viewClusters
      ) 

import(MASS)

    importFrom("graphics", "par", "points", "title")
    importFrom("stats", "cov", "density", "dist", "median", "qbeta",
               "qnorm", "quantile", "rbeta", "rnorm", "runif", "sd",
               "uniroot")
    importFrom("utils", "write.table")