examples/stackbar_numeric2d.R

xx <- data.frame(A=1:3, B=2:4, C=3:5)
rownames(xx) <- c("i", "ii", "iii")

p1 <- PictoStdChart(xx)

# Scaling
p2 <- PictoStdChart(xx*10, mode="bar", stack=T, show.legend=T)

# For 2D, you need to consider transposing the data matrix
Displayr/flipPictographs documentation built on Sept. 15, 2024, 12:07 a.m.