Learn R Programming

AgroR (version 1.3.6)

seg_graph: Graph: Point graph for one factor

Description

This is a function of the point graph for one factor

Usage

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

Value

Returns a point chart for one factor

Arguments

model

DIC, DBC or DQL object

fill

fill bars

horiz

Horizontal Column (default is TRUE)

pointsize

Point size

Author

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

Run this code
data("laranja")
a=with(laranja, DBC(trat, bloco, resp,
       mcomp = "sk",angle=45,sup=10,
       ylab = "Number of fruits/plants"))
seg_graph(a,horiz = FALSE)

Run the code above in your browser using DataLab