boxplot.OutCoe | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.