Skip to content

Instantly share code, notes, and snippets.

View BlaiseKelly's full-sized avatar

Blaise Kelly BlaiseKelly

View GitHub Profile
@BlaiseKelly
BlaiseKelly / run_hysplit.R
Last active July 23, 2023 10:35 — forked from davidcarslaw/run_hysplit.R
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.
#'