Learn R Programming

YplantQMC (version 0.6-3)

examplehemi: Two example hemiphotos in YplantQMC format

Description

A canopy with a small gap, and a canopy with a large gap. Both are objects of class yphemi, which is normally constructed with the function setHemi.

Arguments

source

Thanks to Daniel Falster and Bob Pearcy.

Examples

Run this code
# Small gap
plot(smallgap)

# Large gap, with solar path in June in the south of france.
southfrance <- setLocation(44)
juneday <- setMet(southfrance, month=6, day=21)
plot(largegap, juneday)

Run the code above in your browser using DataLab