inst/examples/R/data/theory/scaling/example_scales.R

x <- 1:5
x
f <- factor(x)
f
g <- factor(x, levels=1:6)
g
o <- ordered(x)
o
sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.