search for: narrower4

Displaying 1 result from an estimated 1 matches for "narrower4".

Did you mean: narrower
2008 Jan 04
2
Plot only a subset of all factors in dataframe
...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