Description Usage Arguments Value Examples
Draw Descriptive_Statistics Requires the following data columns: "Jahr", "me_HR_J", "me_K_J", "me_A1_J", "me_A2_J", "me_A3_J", "me_A4_J", "me_A5_J", "me_A6_J", "me_A7_J", "sd_HR_J", "sd_K_J", "sd_A1_J", "sd_A2_J", "sd_A3_J", "sd_A4_J", "sd_A5_J", "sd_A6_J", "sd_A7_J"
1 | plot_Descriptive_Statistics(name, datapath = datapath, i18n = i18n)
|
name |
the name of the file on disk to be used as data source |
datapath |
- optional, the path on disk where data is stored |
i18n |
- required, the translator object used to personalize output according with user set language |
a plotly object
1 | p1 <- plot_Descriptive_Statistics(name = i18n$t("Descriptive_Statistics"), datapath= file.path("tests/output"), i18n = i18n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.