barplot {charts} | R Documentation |
Creates a bar plot with vertical or horizontal bars.
barplot(height,
category = "item",
value = "value",
color = "color",
min = "min",
max = "max",
title = "Histogram Plot",
xlab = "X",
ylab = "Y",
bg = "white",
size = "1920,1080",
padding = "padding:100px 100px 100px 100px;",
show.grid = TRUE,
show.legend = TRUE);
the plot image