Learn R Programming

AgroR (version 1.3.6)

plot_jitter: Graph: Column, box or segment chart with observations

Description

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

Usage

plot_jitter(model)

Value

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

Arguments

model

DIC, DBC or DQL object

Author

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

Examples

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

Run the code above in your browser using DataLab