M <- arsim(1000, c(12,12), 3)
fluctile(M)
M2 <- optile(M)
# the standard fluctuation diagram with centralized rectangles
fluctile(M2)
# the standard fluctuation diagram with centralized octagons
fluctile(M2, shape = "o")
#another option such as it is used in iplots or MONDRIAN
# is to plot the rectangles in the bottom left corner
fluctile(M2, just ="lb")
# a multiple barchart
fluctile(M2, just ="b", dir = "h")
# or with vertical bars
fluctile(M2, just ="l", dir = "v")
# a same-binsize-plot
fluctile(M2, dir = "n")
fluctile(xtabs(Freq~Type+Infl+Cont+Sat,data=housing),dir="h",just="b",
lab.opt=list(lab.cex=1))
A <- arsim(2000, c(6,6,4,4), 3, shuffle = FALSE, noise = 0.05)
fluctile(A)
Run the code above in your browser using DataLab