PFa_refl: Park Falls MODIS reflectance data

PFa_reflR Documentation

Park Falls MODIS reflectance data

Description

Park Falls MODIS reflectance data

Format

data frame containing MODIS reflectances for the Park Falls, Wisconsin tall tower Ameriflux site. The data frame contains the variables:

date

chron object; timestamps (date and time)

red

the reflectance value for the red band

nir

the reflectance value for the near infrared (NIR) band

blue

the reflectance value for the blue band

swir

the reflectance value for the shortwave infrade (SWIR) band

Note

PFa_refl is part of the Park_Falls dataset. See documentation for 'Park_Falls' for further details.

Source

These data are extracted from the Oak Ridge National Laboratory MODIS subsets for MODIS product MOD09A1.

References

Oak Ridge National Laboratory Distributed Active Archive Center (ORNL DAAC). 2011. MODIS subsetted land products, Collection 5. Available on-line [http://daac.ornl.gov/MODIS/modis.html] from ORNL DAAC, Oak Ridge, Tennessee, U.S.A. Accessed 17 Dec, 2013.

See Also

Park_Falls

Examples

data(Park_Falls)
with(PFa_refl, plot(date, red,
                    col='red', type='b', pch='o',
                    xlab='date', ylab='reflectance',
                    ylim=range(PFa_refl[ , c('red', 'blue')],
                               na.rm=TRUE),
                    main='Park Falls MODIS reflectance'))
with(PFa_refl, points(date, blue,
                      col='blue', type='b', lty='dashed', pch='*'))
legend( x='topright',
        legend=c('red band', 'blue band'),
        col=c('red', 'blue'), lty=c('solid', 'dashed'), pch=c('o', '*'))

Timothy-W-Hilton/VPRMLandSfcModel documentation built on July 29, 2023, 8:43 p.m.