The goal of angstroms is to provide easy access to Regional Ocean Modeling System (ROMS) output for R.
You can install the development version of angstroms from github with:
# install.packages("devtools")
devtools::install_github("mdsumner/angstroms")
Angstroms aims to make working with ROMS output as easy as possible in R. Rather than re-map explicitly the complex curvilinear grid in ROMS, the approach simplifies this by:
In combination these allow extraction and query from the ROMS output very easily.
The ability to deal with time series across multiple files is still in development, though can be used simply now with standard loops.
Some more examples:
http://rpubs.com/cyclemumner/roms0
http://rpubs.com/cyclemumner/266770
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.