Skip to contents

Explores the distribution of coefficient values.

Usage

# S3 method for OutCoe
boxplot(x, ...)

Arguments

x

the Coe object

...

useless here

Value

a ggplot2 object

See also

Other Coe_graphics: hcontrib()

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)