File: NAMESPACE

package info (click to toggle)
r-cran-ddrtree 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 152 kB
  • sloc: cpp: 374; ansic: 18; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Generated by roxygen2: do not edit by hand

export(DDRTree)
export(get_major_eigenvalue)
export(pca_projection_R)
export(sqdist_R)
import(irlba)
importFrom(Rcpp,evalCpp)
importFrom(stats,kmeans)
importFrom(stats,qnorm)
useDynLib(DDRTree, .registration = TRUE)