Learn R Programming

FREddyPro (version 1.0)

exportFootprintPoints: Write footprint as points

Description

Converts a two-dimensional footprint model to a data frame with X and Y coordinates

Usage

exportFootprintPoints(ftp, xcoord, ycoord)

Arguments

ftp
The footprint model
xcoord
The x coordinate of the tower
ycoord
The y coordinate of the tower

Examples

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

## Clean fluxes
fluxes=cleanFluxes(fluxes,sdCor=TRUE,sdTimes=3,timesList=3,distCor=TRUE,
                   thresholdList=list(H=c(-100,1000),LE=c(-100,1000)))	

## Quick calculation of footprint
ftp=calculateFootprint(fluxes,17.42,stability=1,fetch=500,grid=200,height=33,
lowerDay=150,upperDay=151)

## Export the footprint as points
ftp_points=exportFootprintPoints(ftp, 0, 0)

Run the code above in your browser using DataLab