Description Usage Arguments Value Examples
View source: R/plot_functions.R
Erzeugt, bzw. Speichert Correlationsmatrix-Plot aus data frame.
1 2 3 4 5 6 | plot_incidence_correlations_matrix(
correlations_data,
districts = NA,
save_in = NA,
file_name = NA
)
|
correlations_data |
Data frame mit Daten zu Inzidenz-Correlations-Paaren von Landkreisen. |
districts |
Vektor aus Strings mit Landkreisnamen, die in der Matrix dargestellt werden sollen (zur Übersichtlichkeit). |
save_in |
Pfad zu Verzeichnis, in welchem der Plot gespeichert werden soll. Wenn save_in NA ist, wird der Plot direkt angezeigt |
file_name |
Name der zu speichernden Bilddatei |
NULL, bzw. Plot
1 | plot_incidence_correlations_matrix(df, districts = c("LK Kiel", "LK Karlsruhe", "SK Karlsruhe"), save_in = "some/path", file_name = "correlation_matrix_plot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.