plot_station_step {PHENTHAUproc} | R Documentation |
Plots the development stages of OPM.
plot_station_step(x)
x |
output of phenthau - dataframe - local PHENTHAUproc |
A plot showing local PHENTHAUproc results in a step plot.
Other Plot:
plot_date()
,
plot_stages()
fr_df <- load_test("day")
fr <- phenthau(fr_df)
plot_station_step(fr)