plot_incidence_correlations_matrix: Erzeugt, bzw. Speichert Correlationsmatrix-Plot aus data...

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Erzeugt, bzw. Speichert Correlationsmatrix-Plot aus data frame.

Usage

1
2
3
4
5
6
plot_incidence_correlations_matrix(
  correlations_data,
  districts = NA,
  save_in = NA,
  file_name = NA
)

Arguments

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

Value

NULL, bzw. Plot

Examples

1
plot_incidence_correlations_matrix(df, districts = c("LK Kiel", "LK Karlsruhe", "SK Karlsruhe"), save_in = "some/path", file_name = "correlation_matrix_plot")

theGindar/COVID-Project documentation built on Dec. 23, 2021, 9:48 a.m.