boxplot.OutCoe {Momocs} | R Documentation |
Explores the distribution of coefficient values.
## S3 method for class 'OutCoe'
boxplot(x, ...)
x |
the Coe object |
... |
useless here |
a ggplot2 object
Other Coe_graphics:
hcontrib()
# on OutCoe
bot %>% efourier(9) %>% rm_harm(1) %>% boxplot()
data(olea)
op <- opoly(olea)
boxplot(op)