plot: Generic plotting of specific manifold indexed fractional...

Description Usage Arguments Author(s) References See Also Examples

Description

The function plots some of usual manifold indexed fractional Gaussian processes.

Usage

1
plot(x,y,...)

Arguments

x

an object of class process;

y

the type of the plot, possible choices are "default", "cloud" or "sun".

...

Other plot arguments

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 (2010). On simulation of manifold indexed fractional Gaussian fields.

See Also

fieldsim, setProcess.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# Load FieldSim library
library(FieldSim)

# Fractional Brownian field on [0,1]^2
plane.fBm<-setProcess("fBm-plane",0.7)
str(plane.fBm)
fieldsim(plane.fBm)
plot(plane.fBm)

#The "cloud" plotting
plot(plane.fBm,"cloud")

#The "sun" plotting
plot(plane.fBm,"sun")

# Sphere indexed fractional Brownian field
#sphere.fBm<-setProcess("fBm-sphere",0.3)
#fieldsim(sphere.fBm)
#plot(sphere.fBm)

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

Related to plot in FieldSim...