knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The HybridGIS project contains functions, analysis scripts and data for the NOSAMS hybrid gas ion source.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("blongworth/hgis")
Running make
will download the NOSAMS results files if a connection to the NOSAMS file server is available. This currently uses an absolute path to the server of /mnt/shared/USAMS/Results
. This should be converted to a URL, but until then, modify RES_DIR
in Makefile
to match it's location on your system. make
will eventually run the analysis scripts as well.
Loading the package loads functions for flow calculation, efficiency, data import, data reduction and plotting.
library(HybridGIS)
The information below summarizes the operating parameters, development, and questions for the hybrid gas ion source on USAMS.
Slides for a presentation given at SNEAP 2021:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.