Learn R Programming

DGVM3D (version 1.0.0)

fire3D: add Fire to the stand or succession

Description

add Fire to the stand or succession

Usage

fire3D(stand = NULL, patch.id = NULL, limit = 0.5)

Arguments

stand

the stand object

patch.id

the ID of a patch if NULL all are used

limit

define a lower bound below which no fire should be plotted

Examples

Run this code
# NOT RUN {
stand=snapshot(dgvm3d.succession[[8]], patch.id=4, year=1905)
rgl.clear("lights")
rgl.light( theta = -25, phi = 30, specular = "#AAAAAA")
fire3D(stand)
# }

Run the code above in your browser using DataLab