run_pargasite {pargasite} | R Documentation |
Run pargasite application
Description
Launch a Shiny application to visualize pollutant levels of the conterminous US. The system's default web browser will be launched automatically after the app is started.
Usage
run_pargasite(x)
Arguments
x |
A stars object returned by create_pargasite_data. |
Value
This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl + C or ESC).
Examples
if (interactive()) {
run_pargasite(ozone20km)
}
[Package pargasite version 2.1.0 Index]