Re: [R] coplot question

2013-02-07 Thread derek@nemac
Of derek@nemac Sent: 07 February 2013 03:49 To: r-help@r-project.org Subject: [R] coplot question In R I have 3 variables x,y and z that contain: | x y z [1,] 1 12 122 [2,] 1 13 113 [3,] 1 11 111 [4,] 3 13 123 [5,] 4 14 134 [6,] 5 15 155| I am creating a coplot with the

Re: [R] coplot question

2013-02-07 Thread Jose Iparraguirre
Hi, Derek, Try and modify the value for the overlap argument. Hope this helps, José -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of derek@nemac Sent: 07 February 2013 03:49 To: r-help@r-project.org Subject: [R] coplot question

[R] coplot question

2013-02-06 Thread derek@nemac
In R I have 3 variables x,y and z that contain: | x y z [1,] 1 12 122 [2,] 1 13 113 [3,] 1 11 111 [4,] 3 13 123 [5,] 4 14 134 [6,] 5 15 155| I am creating a coplot with the following syntax: |given.depth<- co.intervals(z, number=3, overlap=.1) coplot(x~y|z,pch=19,col