Explores the distribution of coefficient values.
Usage
# S3 method for OutCoe
boxplot(x, ...)
Arguments
- x
the Coe object
- ...
useless here
Examples
# on OutCoe
bot %>% efourier(9) %>% rm_harm(1) %>% boxplot()
#> 'norm=TRUE' is used and this may be troublesome. See ?efourier #Details
data(olea)
op <- opoly(olea)
#> 'nb.pts' missing and set to 91
#> 'degree' missing and set to 5
boxplot(op)