batch_StreamStatsRBS: Batch Regression Based Scenarios (RBS)

Description Usage Arguments Value Note References Examples

Description

Provides the Regression Based Scenarios (RBS). Uses methods from \insertCiteries2017streamstats to generate RBS.

Usage

1

Arguments

data

A previously created batch_StreamStatsBC object.

parallel

logical indicating whether to use future_map().

...

additional arguments to pass to furrr::future_map().

Value

Returns a data.frame with associated regional regression estimates.

Note

The use of parallel is likely to not return all of the requests.

References

\insertAllCited

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
# Bring in data

#### use batch_StreamStats object

data <- tibble(Lat = c(48.30602, 48.62952, 48.14946),
                 Lon = c(-115.54327, -114.75546, -116.05935),
                   Site = c("Granite Creek", "Louis Creek", "WF Blue Creek"))

data <- data %>%
         sf::st_as_sf(coords = c('Lon', 'Lat')) %>%
         sf::st_set_crs(4326)



## End(Not run)

joshualerickson/bassr documentation built on Feb. 25, 2022, 3:05 a.m.