A boxplot with the variances of the selected vectors.
Vectors values must lie between 1 and 2*q, being q the number of dimensions used to perform the DB-CSP
algorithm when creating the dbcsp
object. The following should be
taken into account when plotting:
The first q values (1,...,q) are indicated as a1...aq
The last q values (q+1,...,2*q) are indicated as b1...bq.
If pairs=TRUE
, it is recommended that vectors<q
for better understanding,
since their pairs are plotted as well. In case that vectors>q
, it should be noted
that the values are displayed from b1 to bq, where b1 and bq represent q+1 vector and 2*q vector,
respectively.
For example if q=15
and boxplot(object, vectors=16, pairs=FALSE)
, b1 (16-q=1) vector is
shown.
Among the selected boxplots, the largest whiskers are obtained and just the outliers within these whiskers are shown, the rest are not displayed.
With the outliers which are outside the whiskers it is not possible to get a good visualization.