-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (43 loc) · 920 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
S3method(as.list,mrfi)
S3method(plot,hmrfout)
S3method(plot,mrfi)
S3method(plot,mrfout)
S3method(print,hmrfout)
S3method(print,mrfout)
S3method(summary,hmrfout)
S3method(summary,mrfout)
export(cohist)
export(cp_mrf2d)
export(cplot)
export(dplot)
export(expand_array)
export(fit_ghm)
export(fit_pl)
export(fit_sa)
export(fourier_2d)
export(mrfi)
export(mrfi_to_string)
export(pl_mrf2d)
export(polynomial_2d)
export(rmrf2d)
export(rmrf2d_mc)
export(rpositions)
export(smr_array)
export(smr_stat)
export(vec_description)
exportClasses(mrfi)
exportMethods(length)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(graphics,par)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,sd)
useDynLib(mrf2d)