Skip to content

Instantly share code, notes, and snippets.

View davidcarslaw's full-sized avatar

David Carslaw davidcarslaw

  • University of York, Ricardo
  • York
View GitHub Profile
@davidcarslaw
davidcarslaw / run_hysplit.R
Last active March 15, 2024 15:36
Run hysplit function
#' Function to command HYSPLIT (Hybrid Single Particle Lagrangian Integrated
#' Trajectory Model) from R.
#'
#' \code{run_hysplit} will return a data frame which is ready for use in
#' \strong{openair}'s \code{traj*} functions.
#'
#' @param latitude Latitude of a receptor location.
#'
#' @param longitude Longitude of a receptor location.
#'