View source: R/seggraph_function.R
seg_graph | R Documentation |
This is a function of the point graph for one factor
seg_graph(model, fill = "lightblue", horiz = TRUE, pointsize = 4.5)
model |
DIC, DBC or DQL object |
fill |
fill bars |
horiz |
Horizontal Column (default is TRUE) |
pointsize |
Point size |
Returns a point chart for one factor
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
radargraph, barplot_positive, plot_TH, corgraph, spider_graph, line_plot
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.