| 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/RandomFields")
rfGenerateMaths(files = "/usr/include/tgmath.h", Cfile = "QMath",
RFpath = "~/R/RF/svn/RandomFields/RandomFields")
checkExamples(exclude = NULL, include=1:length(.fct.list),
ask=FALSE, echo=TRUE, halt=FALSE, ignore.all = FALSE,
path="RandomFields", package = "RandomFields",
read.rd.files=TRUE)
ScreenDevice(height, width)
FinalizeExample()
Dependencies(install = all(pkgs == all.pkgs),
check=TRUE, pkgs = all.pkgs, dir = "Dependencies")
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
|
internal;
ignore.all referes to the ‘all’ export statement in the
namespace – whether this should be ignored.
if |
install, check, pkgs, dir |
internal |
height,width |
window sizes |
data, factor, xlim, ylim, col, fill, ... |
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")