Re: [R] Re : how to plot select points in preexisting persp plot

2010-02-24 Thread Preeti Iyer

Hello,
thanks a lot! I used which function with trans3d. It worked as well.
Regards,
Preeti

__
R-help@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.


[R] Re : how to plot select points in preexisting persp plot

2010-02-22 Thread Preeti Iyer

Hello,
I am trying to plot selected data points to a preexisting persp plot 
that satisfies a condition. I used the following statement -


text(coords[,1], coords[,2], names(act[which(act  8.75)]), cex=0.7)
But I get all the points labeled, instead of the points that satisfy 
the condition specified. Is there any way to plot only the points I 
want? Also can this be done using trans3d function. I found no topics 
pertaining to this issue.


Regards,
Preeti

__
R-help@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.