setValues: Set the values of an object of class 'process'

Description Usage Arguments Details Author(s) References See Also Examples

Description

The function setValues set the values of the process.

Usage

1

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.

Author(s)

Alexandre Brouste (http://perso.univ-lemans.fr/~abrouste/) and Sophie Lambert-Lacroix (http://membres-timc.imag.fr/Sophie.Lambert/).

References

A. Brouste, J. Istas and S. Lambert-Lacroix (2015). Fractional Gaussian bridges with the package FieldSim.

See Also

fieldsim.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# 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)

FieldSim documentation built on May 1, 2019, 10:32 p.m.

Related to setValues in FieldSim...