search for: dogpbmc

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

2008 Sep 05
0
help for color parameter
...e, how can I specify the color I want in this situation and code. Basically, I would like to have 10 different colors of line and pch(line and pch will be in same color) for each combination of ID and DID. I expected first 10 colors in R for this plot initially. I appreciate your instructions. dogpbmc=read.table('E:\\MPI\\4924\\PBMC-PKPD\\mpbmc.tab', skip=1, header=T) dogpbmc=dogpbmc[dogpbmc$MDV!=1,] par(mfrow=c(2,2),mar=c(5,5,4,4)) # E vs t for simultaneous modeling temp.col=0 for (i in unique(dogpbmc$ID)){ j=dogpbmc$ID==i plot(dogpbmc$TIME[j], dogpbmc$DV[j], type='n', xlim=c(0,...