Learn R Programming

FossilSim (version 2.4.1)

sim.gradient: Simulate an environmental gradient

Description

Function returns a vector using the sine wave function \(y = depth*sin(cycles*pi*(x-1/4))\) for a given set of intervals. This vector can be used as a gradient to simulate fossils under an environment-dependent model of fossil recovery using the function sim.fossils.environment.

Usage

sim.gradient(strata, depth = 2, cycles = 2)

Value

vector of sampled water depths.

Arguments

strata

Number of stratigraphic intervals.

depth

Maximum water depth.

cycles

Number of cycles (e.g. transgressions and regressions).

See Also

sim.fossils.environment

Examples

Run this code
strata = 100
wd = sim.gradient(strata)
plot(wd, type="l")

Run the code above in your browser using DataLab