Learn R Programming

FREddyPro (version 1.0)

harwood: CSV EddyPro output file for Harwood forest

Description

Standard EddyPro full output for Harwood forest, Northumberland, Great Britain. The eddy covariance tower is managed by Forest Research

Usage

data(harwood)

Arguments

Examples

Run this code
## Load the data
data(harwood)

## Write the data as csv
write.table(harwood,file="harwood.csv",sep=",",quote=FALSE,row.names=FALSE)

Run the code above in your browser using DataLab