X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=pkg%2FNAMESPACE;fp=pkg%2FNAMESPACE;h=2c6f6a17f4d95aa6790624ce8345ff08f37ea851;hp=0000000000000000000000000000000000000000;hb=fdff27fbb8f829ec17d7e4ecbe415ec6dd6701d3;hpb=a27d53c381a88e0f8c8788a772575e35464294ef diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE new file mode 100644 index 0000000..2c6f6a1 --- /dev/null +++ b/pkg/NAMESPACE @@ -0,0 +1,28 @@ +# Generated by roxygen2: do not edit by hand + +export(alignMatrices) +export(computeMoments) +export(computeMu) +export(generateSampleIO) +export(multiRun) +export(normalize) +export(optimParams) +export(plotBox) +export(plotCoefs) +export(plotHist) +importFrom(graphics,barplot) +importFrom(graphics,boxplot) +importFrom(graphics,hist) +importFrom(graphics,matplot) +importFrom(graphics,par) +importFrom(jointDiag,ajd) +importFrom(methods,new) +importFrom(pracma,integral) +importFrom(stats,integrate) +importFrom(stats,pnorm) +importFrom(stats,rbinom) +importFrom(stats,rmultinom) +importFrom(stats,rnorm) +importFrom(stats,runif) +importFrom(stats,sd) +useDynLib(morpheus, .registration = TRUE)