Displaying 1 result from an estimated 1 matches for "broader1".
Did you mean:
broader
2008 Jan 04
2
Plot only a subset of all factors in dataframe
...NaN 0.00
10 15 Snow exact 0 NaN 0.00
I want to plot column 5 (numerical values) against column 3 (factors).
plot(table[,c(3,5)]) works fine.
However, I don't want to include all 30 levels of the factor in the
plot. I would like a plot of just 5 factors: "exact", "broader1",
"narrower4", etc.
Could anyone tell me how to do this, or where to find information about
this?
Thanks!
Laura