plotForm | R Documentation |
Form plot based on the calcuated Form (TSS) score
plotForm(
df,
toStr,
date_breaks = "1 months",
date_minor_breaks = "1 month",
labels = date_format("%Y-%m")
)
df |
data.frame mit den Aufbereiteten Daten aus der Funktion calculateTL() |
toStr |
character; Enddatum in der Form "%Y-%m-%d" |
date_breaks |
Einteilung der x-Achse; default: date_breaks = "1 months"; wenn NULL, dann keine X-Achsen-Beschriftung |
date_minor_breaks |
Untereinteilung der x-Achse; default: minor_breaks = "1 month"; wenn NULL, dann keine X-Achsen-Beschriftung |
labels |
Label der x-Achse; default: labels = date_format("%Y-%m"); wenn NULL, dann keine X-Achsen-Beschriftung |
ggplot-Objekt
Date Daten werden von einem Jahr berechnet, aber nur die letzten 180 Tage dargestellt
Ulf Schepsmeier
https://www.r-bloggers.com/2022/11/form-and-file-estimating-running-form-in-r/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.