Description Usage Arguments Value Author(s) Examples
View source: R/plotjitter_function.R
The function performs the construction of graphs of boxes, columns or segments with all the observations represented in the graph.
1 | plot_jitter(model)
|
model |
DIC, DBC or DQL object |
Returns with graph of boxes, columns or segments with all the observations represented in the graph.
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
1 2 3 | data("pomegranate")
a=with(pomegranate,DIC(trat,WL,geom="point"))
plot_jitter(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.