plot_historic_profiles: Plot metric along river

Description Usage Arguments Value Examples

View source: R/fct_plots.R

Description

Plot metric along river

Usage

1
plot_historic_profiles(info, keep_landcover = NA, keep_time = NA)

Arguments

info

information about axis and z metric: data with columns named lvar and zvar and labels

Value

a plot showing zvar against lvar

Examples

1
2
3
plot_historic_profiles(info=get_info(axis="AX0001", zvar="historic_area"), 
keep_landcover=c("Active Channel","Gravel bars"),
keep_time=c(1938,1990,2019))

lvaudor/mapdO documentation built on March 9, 2021, 5:29 p.m.