On Thu, 24 Aug 2000, Pesl Thomas wrote:
> COPLOT:
> how do i define the given.values for two variables?
Coplot is designed for n_variables > 2, like
z <- rnorm(100)
x <- rnorm(100)
y <- x * rnorm(100,z) + rnorm(100)
coplot(y ~x | z , panel=panel.smooth)
if you visualize 2 variables a simple scatterplot might be all
right: plot(x,y) ???
but: I'm quite sure I've misunderstood your intention...
P.
**************************************************************************
P.Malewski Tel.: 0531 500965
Maschplatz 8 mailto: Peter.Malewski at gmx.de
************************38114 Braunschweig********************************
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._