Description Usage Arguments Examples
View source: R/bland_altman_plot.R
ruf
1 2 3 4 5 6 7 8 | bland_altman_plot(
df,
diff_col = NA,
mean_col = NA,
sd_loa = 1.96,
color_loa = "red",
font_size = 18
)
|
df |
class: dataframe |
diff_col |
class: string |
mean_col |
class: string |
sd_loa |
class: numeric |
color_loa |
class: string |
font_size |
class: numeric |
1 | bland_altman_plot(df, diff_col = NA, mean_col = NA, sd_loa = 1.96, color_loa = "red", font_size=18)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.