https://github.com/cran/ragt2ridges
Raw File
Tip revision: ffc933258bfab473b486844f2d7e43af8e2de648 authored by Wessel N. van Wieringen on 04 April 2017, 14:38:38 UTC
version 0.2.4
Tip revision: ffc9332
NAMESPACE
importFrom(abind, abind)

importFrom(MASS, ginv)

importFrom(mvtnorm, rmvnorm)

importFrom(rags2ridges, covML, evaluateS, evaluateSfit, ridgePathS, symm, ridgeS, adjacentMat, default.target)

importFrom(gRbase, triangulate, rip, is.complete, jTree)

importFrom(RBGL, is.triangulated)

importFrom(graph, numEdges)

importFrom(graphics, contour, "legend", lines, par, plot, points, text)

importFrom(grDevices, dev.off, pdf, postscript, setEPS)

importFrom(igraph, betweenness, closeness, clusters, degree, delete.edges, E, ecount, evcent, graph.adjacency, layout.circle, maximum.cardinality.search, plot.igraph, igraph.to.graphNEL)

importFrom(fdrtool, fdrtool)

importFrom(marray, maPalette)

importFrom(Matrix, bandSparse, bdiag)

importFrom(methods, as)

importFrom(stats, constrOptim, cov2cor, nlm,  nlminb, optim, runif)

importFrom(utils, setTxtProgressBar, txtProgressBar)

importFrom(expm, "%^%")

exportPattern("^[[:alpha:]]+")

useDynLib(ragt2ridges, .registration=TRUE)




back to top