View source: R/bargraph2_function.R
bar_graph2 | R Documentation |
This is a function of the bar graph for one factor
bar_graph2(
model,
point.color = "black",
point.size = 2,
point.shape = 16,
text.color = "black",
label.color = "black",
bar.color = "black",
title.size = 14,
y.text = 0,
add.info = NA,
y.info = 0,
width.col = 0.9,
width.bar = 0,
color.info = "black",
fill = "lightblue"
)
model |
DIC, DBC or DQL object |
point.color |
Point color |
point.size |
Point size |
point.shape |
Format point |
text.color |
Text color |
label.color |
Label color |
bar.color |
Errorbar color |
title.size |
Title size |
y.text |
Y-axis height for x-axis legend |
add.info |
Add other information |
y.info |
Y-axis height for other information |
width.col |
Width Column |
width.bar |
Width error bar |
color.info |
Color text information |
fill |
Fill bars |
Returns a bar chart for one factor
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
radargraph, barplot_positive, plot_TH, plot_TH1, corgraph, spider_graph, line_plot, plot_cor, plot_interaction, plot_jitter, seg_graph, TBARPLOT.reverse
data("laranja")
a=with(laranja, DBC(trat, bloco, resp,
mcomp = "sk",angle=45,sup = 10,
family = "serif",
ylab = "Number of fruits/plants"))
bar_graph2(a)
bar_graph2(a,fill="darkblue",point.color="orange",text.color='white')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.