trajectory_read: Read HYSPLIT trajectory output files into a data frame

Description Usage Arguments Value Examples

View source: R/trajectory_read.R

Description

The function takes HYSPLIT trajectory output files in a specified output directory and processes all files into a data frame object.

Usage

1
trajectory_read(output_folder)

Arguments

output_folder

The path of the directory containing the trajectory endpoints files.

Value

A tibble with HYSPLIT trajectory data.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Process all trajectory output files in the
# specified output directory
trajectory_df <-
  trajectory_read(
    output_folder = "traj--2015-06-16--23-58-44")

## End(Not run)

rich-iannone/SplitR documentation built on Nov. 2, 2021, 2:32 a.m.