Description Usage Arguments Value
Will take in a data set, run a conversion based on the map name given, then return a series of datasets to then be used for graphing.
1 | ConvertandgraphIns(dataset, mapname, env = globalenv(), Display = TRUE)
|
dataset |
The data set you wish to graph |
mapname |
The map name you wish to graph the data against. This is used to get the conversion for the data set. (conversion is map specific) |
env |
Set the enviroment in wish to save the converted data sets. |
Display |
will display each plot with a promt to continue. Set False to only save PDF of generated images. |
Will return multiple data sets to the global enviroment, as well as a PDF of all saved plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.