Learn R Programming

PHENTHAUproc (version 1.1.1)

plot_station_step: Plot local PHENTHAUproc in a step plot

Description

Plots the development stages of OPM.

Usage

plot_station_step(x)

Value

A plot showing local PHENTHAUproc results in a step plot.

Arguments

x

output of phenthau - dataframe - local PHENTHAUproc

See Also

Other Plot: plot_date(), plot_stages()

Examples

Run this code

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

plot_station_step(fr)

Run the code above in your browser using DataLab