[R] How to label specific points on a scatterplot

David Winsemius dwinsemius at comcast.net
Fri Jul 8 19:45:19 CEST 2011


On Jul 8, 2011, at 1:31 PM, rstudent wrote:

> Command I am using for the plot:
>
> plot(Raw[][Plate==101]~well[][Plate==101], xlab="Well", ylab="Raw",
> main="Plate 101")
>
> I only want to label points on the graph where well equals B13, G13,  
> K14 and
> N14 with the name of the well.

?"%in%"
?text


>
> Thank you for your help.
>
> --
> View this message in context: http://r.789695.n4.nabble.com/How-to-label-specific-points-on-a-scatterplot-tp3654697p3654697.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list