[R] Simple conditional plot

VictorDelgado victor.maia at fjp.mg.gov.br
Fri Jul 8 19:07:27 CEST 2011


Another possibility without using subset():

plot(Well[][Plate==101]~Raw[][Plate==101])

This also works to '>=' '<=' and other conditions.  

--
View this message in context: http://r.789695.n4.nabble.com/Simple-conditional-plot-tp3654300p3654666.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list