Skip to contents

Retrieve min and max frequency values according to path defined in the scenario (database ambre_frequence)

Usage

query_frequency(pathID)

Arguments

pathID

integer ID of the path for which we want to retrieve the frequency values

Value

frequency

Examples

scenario_example <- create_scenario(
  system.file("input_1culture_2pop.xlsx", package = "ambre")
)

query_frequency(pathID = scenario_example$PathID)
#> # A tibble: 2 × 2
#>     min   max
#>   <dbl> <dbl>
#> 1    40    60
#> 2    48    48