sampleGapData {hemiphoto2LAI} | R Documentation |
A list object for a sample gap data
data(sampleGapData)
THETA |
a vector of zentihs. |
GAP |
a vector of binary values indicating gap or non-gap. |
hemiphoto2LAI v0.1
data(sampleGapData) #will load two variables, THETA and GAP, into the R environment plot(sampleGapData$THETA, sampleGapData$GAP) result=estimateLAI(sampleGapData$THETA, sampleGapData$GAP)