plot_jitter function

Graph: Column, box or segment chart with observations

Graph: Column, box or segment chart with observations

The function performs the construction of graphs of boxes, columns or segments with all the observations represented in the graph.

plot_jitter(model)

Arguments

  • model: DIC, DBC or DQL object

Returns

Returns with graph of boxes, columns or segments with all the observations represented in the graph.

Examples

data("pomegranate") a=with(pomegranate,DIC(trat,WL,geom="point")) plot_jitter(a)

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi