Displaying 1 result from an estimated 1 matches for "quinary".
Did you mean:
binary
2011 Mar 16
2
Numeric vector converted mysteriously to characters in data frame?
...nd","Persons")
# When I plot my numeric data from the df it is treated as character
vector...
hg1 <- barchart(AgeBand ~ Persons | GOR,
data=test,
origin=0,
layout=c(2,1),
reference=TRUE,
xlab="Count (Persons)",
ylab="Quinary Age Band",
scales="free")
hg1
# But when I plot the source vectors in the same way, it works how I want it
to... (without the region bit, of course)
hg2 <- barchart(agenames ~ popcount | region,
origin=0,
layout=c(2,1),
reference=TRUE,
xla...