Learn R Programming

opentraj (version 1.0)

hy.traj2007: HySplit trajectory's calculations

Description

This data set gives HYSPLIT forward air trajectories calculations computed by the function ProcTraj for the year of 2007 with 3 hours of duration.

Usage

data(hy.traj2007)

Arguments

Format

A data frame with 111100 observations on the following 12 variables.
receptor
a numeric vector;
year
a numeric vector; calculating year.
month
a numeric vector; calculating month.
day
a numeric vector; calculating day.
hour
a numeric vector; calculating hour.
hour.inc
a numeric vector; trajectory's hour increment, i.g. age of the trajectory in hours.
lat
a numeric vector; trajectory's latitude starting point.
lon
a numeric vector; trajectory's longitude starting point.
height
a numeric vector; level above ground (meters)
pressure
a numeric vector; diagnostic output variables
date2
a POSIXct; Year month day hour minute of the point
date
a POSIXct; Starting year, month, day, and hour

Details

For more information regarding HYSPLIT trajectory's endpoint data, please refer to http://www.arl.noaa.gov/documents/reports/hysplit_user_guide.pdf.

Examples

Run this code
data(hy.traj2007)
str(hy.traj2007) 

Run the code above in your browser using DataLab