plot_station {PHENTHAUproc}R Documentation

Plot local PHENTHAUproc in a circle plot

Description

Plot local PHENTHAUproc in a circle plot

Usage

plot_station(x, main = "PHENTHAUproc")

Arguments

x

output of phenthau - dataframe - local PHENTHAUproc

main

title - character

Value

A plot showing local PHENTHAUproc results in a circle plot presentation.

References

Allan Cameron 2022: Allan Cameron (2022), Answer to the question "Is it possible to create a circular timeline plot with ggplot?" on Stackoverflow, (https://stackoverflow.com/questions/71023419/is-it-possible-to-create-a-circular-timeline-plot-with-ggplot)

See Also

Other Plot: plot_date(), plot_stages(), plot_station_step()

Examples


# load daily test data from Freiburg
fr_df <- load_test("day")
fr <- phenthau(fr_df)

plot_station(fr)

[Package PHENTHAUproc version 1.0.1 Index]