| Internal functions {RandomFields} | R Documentation |
These functions are internal and should not be used.
rfGenerateModels(assigning,
RFpath = "~/R/RF/svn/RandomFields",
RMmodels.file = paste(RFpath, "RandomFields/R/RMmodels.R", sep="/")
)
rfGenerateConstants(
RFpath = "~/R/RF/svn/RandomFields",
RCauto.file = paste(RFpath, "RandomFields/R/RCauto.R", sep="/")
)
rfGenerateTest(files = NULL, RFpath = "~/R/RF/svn/RandomFields")
rfGenerateMaths(files = "/usr/include/tgmath.h", Cfile = "QMath",
RFpath = "~/R/RF/svn/RandomFields")
checkExamples(exclude = NULL, include=1:length(.fct.list),
ask=FALSE, echo=TRUE, halt=FALSE, ignore.all = FALSE,
path=package, package = "RandomFields",
read.rd.files=TRUE, libpath = NULL, single.runs = FALSE)
ScreenDevice(height, width)
FinalizeExample()
StartExample(reduced = TRUE)
Dependencies(pkgs = all.pkgs, dir = "Dependencies",
install = FALSE, check=TRUE, reverse=FALSE, package =
"RandomFields")
showManpages(path="/home/schlather/svn/RandomFields/RandomFields/man")
plotWithCircles(data, factor=1.0,
xlim=range(data[,1])+c(-maxr,maxr),
ylim=range(data[,2])+c(-maxr,maxr),
col=1, fill=0, ...)
assigning, RFpath, RMmodels.file,RCauto.file,files,Cfile |
internal |
exclude, include, ask, echo, halt, ignore.all, path, package,
read.rd.files, libpath, single.runs
|
internal;
ignore.all referes to the ‘all’ export statement in the
namespace – whether this should be ignored.
if |
pkgs, dir,install, check, reverse |
internal |
height,width |
window sizes |
data, factor, xlim, ylim, col, fill, ... |
internal |
reduced |
internal |
Martin Schlather, schlather@math.uni-mannheim.de http://ms.math.uni-mannheim.de/de/publications/software
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set ## RFoptions(seed=NA) to make them all random again ## internal functions: no examples given # for (i in dep.packages) cat(maintainer(i), "\n")