plot_station_step {PHENTHAUproc}R 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)

[Package PHENTHAUproc version 1.1 Index]