Description Usage Arguments Value Examples
Read NWA rasters
1  | read_obpg_nwa(x = read_database(path = obpg_path("nwa")))
 | 
x | 
 a tibble of the nwa/DAY database. This is split by parameter.  | 
list of RasterStacks (even if only on param specified)
1 2 3 4 5 6  |  ## Not run: 
    library(tidyverse)
    x <- read_database_nwa()
    sst <- read_obpg_nwa(x %>% dplyr::filter(param == 'sst'))[[1]]
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.