We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd5b49 commit d002c51Copy full SHA for d002c51
man/facets-defunct.Rd
@@ -1,5 +1,5 @@
1
\name{facets-defunct}
2
-\alias{facets-defunct}
+\alias{emcncf2}
3
\title{Defunct functions in package \sQuote{facets}}
4
5
\description{These functions are defunct and no longer available.}
tests/facets-eg.R
@@ -20,8 +20,8 @@ xx = preProcSample(rcmat)
20
oo=procSample(xx,cval=150)
21
# EM fit version 1
22
fit=emcncf(oo)
23
-# EM fit version 2
24
-fit2=emcncf2(oo)
+# EM fit version 2 (removed in v0.6.0)
+# fit2=emcncf2(oo)
25
# finished
26
27
# Reset to previous random seed
0 commit comments