plot_fnc_boxplot: Create an functional boxplot for showing the distribution of...

Description Usage Arguments Examples

Description

Create an functional boxplot for showing the distribution of results in single training session.

Usage

1
plot_fnc_boxplot(dtMatrix, bands = c(0, 0.5, 0.75, 1))

Arguments

dtMatrix

data matrix. It should be a result of the fnc_by_n_shots or similar function.

bands

a vector with bands.

Examples

 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)

zzawadz/aRchery documentation built on May 18, 2019, 3:40 a.m.