Learn R Programming

DGVM3D (version 1.0.0)

snapshot: Visualize a snapshot of patches.

Description

Visualize a snapshot of patches.

Usage

snapshot(vegetation, stand.id = 1, patch.id = NULL, year = 2000)

Arguments

vegetation

the data.frame of individual trees

stand.id

the stand to take a snapshot off.

patch.id

all patches (default) or just one.

year

which year to take the snapshot off.

Value

a Stand-class.

Examples

Run this code
# NOT RUN {
stand=snapshot(dgvm3d.succession[[1]])
# }

Run the code above in your browser using DataLab