Description Usage Arguments Value Examples
View source: R/bluesky_findModels.R
Searches bluesky_modelInfo
for all models whose domain
includes the incoming location.
1 | bluesky_findModels(longitude = NULL, latitude = NULL)
|
longitude |
the target longitude |
latitude |
the target latitude |
Vector of model names.
1 2 3 4 5 6 7 8 | library(AirFireModeling)
setModelDataDir('~/Data/BlueSky')
# Models covering Portland, Oregon
bluesky_findModels(
longitude = -122.68,
latitude = 45.52
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.