ToyNoiseMap: Generate an AR sequence with the ToyFUN as base noise and the...

Description Usage Arguments Value

View source: R/ToyExamples.R

Description

Generate an AR sequence with the ToyFUN as base noise and the AR coefficients given by the ARCoeffMap.

Usage

1
ToyNoiseMap(n = 1, ToyFUN, ...)

Arguments

n

Length of sequence.

ToyFUN

Base noise to build the sequence from.

...

Additional parameters passed to ToyFUN.

Value

A list containing x and y, the coordinates of the grid and z and array of dimensions c(64,64,n) giving n realizations of the Toy Noise.


cope documentation built on May 2, 2019, 6:32 a.m.

Related to ToyNoiseMap in cope...