Also version NAMESPACE because roxygen2 complains when missing
[morpheus.git] / pkg / NAMESPACE
CommitLineData
fdff27fb
BA
1# Generated by roxygen2: do not edit by hand
2
3export(alignMatrices)
4export(computeMoments)
5export(computeMu)
6export(generateSampleIO)
7export(multiRun)
8export(normalize)
9export(optimParams)
10export(plotBox)
11export(plotCoefs)
12export(plotHist)
13importFrom(graphics,barplot)
14importFrom(graphics,boxplot)
15importFrom(graphics,hist)
16importFrom(graphics,matplot)
17importFrom(graphics,par)
18importFrom(jointDiag,ajd)
19importFrom(methods,new)
20importFrom(pracma,integral)
21importFrom(stats,integrate)
22importFrom(stats,pnorm)
23importFrom(stats,rbinom)
24importFrom(stats,rmultinom)
25importFrom(stats,rnorm)
26importFrom(stats,runif)
27importFrom(stats,sd)
28useDynLib(morpheus, .registration = TRUE)