setValues: Set the values of an object of class process
Description
The function setValues
set the values of the process.Usage
setValues(process,values)
Arguments
process
an S4 object process;
values
the values of the process on the atlas.
Details
Statistical tools developed in the Fieldsim package allows real dataset inserted in the model process. Consequently the user can set the values of the process. Parameter will be forgotten using statistical command. This values will be erase with the use of fieldsim.
References
A. Brouste, J. Istas and S. Lambert-Lacroix (2015). Fractional Gaussian bridges with the package FieldSim
.Examples
# Load FieldSim library
library(FieldSim)
#Dataset (to do)
plane.fBm<-setProcess("fBm-plane",0.6)
fieldsim(plane.fBm)
sample<-plane.fBm@values
plane.fBm.2<-setProcess("fBm-plane",0.7)
setValues(plane.fBm.2,sample)