sampleGapData {hemiphoto2LAI}R Documentation

A smaple gap dataset

Description

A list object for a sample gap data

Usage

    data(sampleGapData)

Value

THETA

a vector of zentihs.

GAP

a vector of binary values indicating gap or non-gap.

Source

hemiphoto2LAI v0.1

Examples



data(sampleGapData) #will load two variables, THETA and GAP, into the R environment
plot(sampleGapData$THETA, sampleGapData$GAP)
result=estimateLAI(sampleGapData$THETA, sampleGapData$GAP)

 

[Package hemiphoto2LAI version 0.1 Index]