plot_station_step: Plot local PHENTHAUproc in a step plot

View source: R/plot_station_step.R

plot_station_stepR Documentation

Plot local PHENTHAUproc in a step plot

Description

Plots the development stages of OPM.

Usage

plot_station_step(x)

Arguments

x

output of phenthau - dataframe - local PHENTHAUproc

Value

A plot showing local PHENTHAUproc results in a step plot.

See Also

Other Plot: plot_date(), plot_stages()

Examples


fr_df <- load_test("day")
fr <- phenthau(fr_df)

plot_station_step(fr)

PHENTHAUproc documentation built on June 22, 2024, 7:12 p.m.