Description Usage Arguments Examples
Create an functional boxplot for showing the distribution of results in single training session.
1 | plot_fnc_boxplot(dtMatrix, bands = c(0, 0.5, 0.75, 1))
|
dtMatrix |
data matrix. It should be a result of the |
bands |
a vector with bands. |
1 2 3 4 5 6 7 8 9 10 | data(archeryData)
dtMatrix12 <- fnc_by_n_shots(archeryData, 12)
plot_fnc_boxplot(dtMatrix12)
dtMatrix6 <- fnc_by_n_shots(archeryData, 6)
plot_fnc_boxplot(dtMatrix6)
dtMatrix3 <- fnc_by_n_shots(archeryData, 3)
plot_fnc_boxplot(dtMatrix3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.