Skip to content

Commit

Permalink
Modify roxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Sep 23, 2019
1 parent 401a1e1 commit b8c452b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions R/hysplit_trajectory.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
#' The function executes single/multiple forward or backward HYSPLIT trajectory
#' runs using specified meteorological datasets.
#'
#' @param lat,lon The starting latitude and longitude (in decimal degrees) for
#' each model run.
#' @param height The starting height (in meters above ground level) for each
#' model run.
#' @param duration The duration of each model run (either forward or backward)
#' in hours.
#' @param lat,lon,height The receptor position in terms of latitude and
#' longitude (both in decimal degrees), and height in meters above ground
#' level.
#' @param duration The duration of each model run (whether it is in the forward
#' direction or running backwards) in hours.
#' @param days A vector of days that the model will run. This is combined with
#' the `daily_hours` to produce a series of date-times.
#' @param daily_hours A vector of daily hours for initiations of runs across the
Expand Down

0 comments on commit b8c452b

Please sign in to comment.