Re: [R] Choose subset for plot use (bwplot)

2008-10-08 Thread Michael Just
Deepayan, It is empty. > subset(dat11, Pri_No %in% c(1,2)) [1] tallyscapenumidbbContag bbED [6] bbENN_MN bbLPIbbLSIbbPAFRAC bbPD [11] bbPROX_MNpfor year extent bi_ca [16] rex_bin PriNopri1234

Re: [R] Choose subset for plot use (bwplot)

2008-10-08 Thread Deepayan Sarkar
On Wed, Oct 8, 2008 at 1:56 PM, Michael Just <[EMAIL PROTECTED]> wrote: > Hello, this code below was from a helpful R-help user. > > dat <- read.csv("Resid_fix2.csv", sep="," , header=T) > dat11 <- dat[1:413,] > # convert ambiguous columns to factors: > dat11$Pri_No <- factor(dat11$Pri_No) > dat11

[R] Choose subset for plot use (bwplot)

2008-10-08 Thread Michael Just
Hello, this code below was from a helpful R-help user. dat <- read.csv("Resid_fix2.csv", sep="," , header=T) dat11 <- dat[1:413,] # convert ambiguous columns to factors: dat11$Pri_No <- factor(dat11$Pri_No) dat11$RecovUnit <- factor(dat11$RecovUnit) # plot: require(lattice) bwplot(bbED~ Pri_No |