filteringOptions {antaresEditObject} | R Documentation |
Output profile options for creating an area
Description
Output profile options for creating an area
Usage
filteringOptions(
filter_synthesis = c("hourly", "daily", "weekly", "monthly", "annual"),
filter_year_by_year = c("hourly", "daily", "weekly", "monthly", "annual")
)
Arguments
filter_synthesis |
Character, vector of time steps used in the output synthesis, among |
filter_year_by_year |
Character, vector of time steps used in the output year-by-year, among |
Value
a named list
Examples
filteringOptions(
filter_synthesis=c("hourly","daily"),
filter_year_by_year=c("weekly","monthly")
)
[Package antaresEditObject version 0.9.0 Index]