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

Description Usage Arguments Value Author(s) Examples

View source: R/plotjitter_function.R

Description

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

Usage

1
plot_jitter(model)

Arguments

model

DIC, DBC or DQL object

Value

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

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

Examples

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

AgronomiaR/AgroR documentation built on Nov. 14, 2021, 12:10 a.m.