seg_graph: Graph: Segment graph for one factor

Description Usage Arguments Value Author(s) See Also Examples

View source: R/seggraph_function.R

Description

This is a function of the bar graph for one factor

Usage

1
seg_graph(model, fill = "lightblue", horiz = TRUE, pointsize = 4.5)

Arguments

model

DIC, DBC or DQL object

fill

fill bars

horiz

Horizontal Column (default is TRUE)

pointsize

Point size

Value

Returns a segment chart for one factor

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

See Also

radargraph, barplot_positive, plot_TH, corgraph, spider_graph, line_plot

Examples

1
2
3
4
5
data("laranja")
a=with(laranja, DBC(trat, bloco, resp,
     mcomp = "sk",angle=45,
     ylab = "Number of fruits/plants"))
seg_graph(a,horiz = FALSE)

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