[R] Very simple question on plot
David Barron
david.barron at sbs.ox.ac.uk
Thu Dec 13 14:32:04 CET 2007
Something like this?
> x<-0:100
> y<-dnorm(x,50,20)
> plot(x,y)
> axis(3,seq(0,100,by=20),labels=seq(100,0,by=-20))
On 12/13/07, Ronaldo Reis Junior <chrysopa at gmail.com> wrote:
> Hi,
>
> I try to make a plot like this:
>
> Y |
> |
> | o
> | o o
> | o o
> | o o
> |o o o
> |--------------------------------
> 0 10 20 30 40 50 60 70 80 90 100 (A)
> 100 90 80 70 60 50 40 30 20 10 0 (B)
>
> or
> B
> 100 90 80 70 60 50 40 30 20 10 0
> Y |--------------------------------
> |
> | o
> | o o
> | o o
> | o o
> |o o o
> |--------------------------------
> 0 10 20 30 40 50 60 70 80 90 100
> A
>
> A and B are complementary variables.
>
> How is the best way to make this plot?
>
> Thanks
> Ronaldo
> --
> > Prof. Ronaldo Reis Júnior
> | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
> | : :' : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
> | `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
> | `- Fone: (38) 3229-8187 | ronaldo.reis at unimontes.br | chrysopa at gmail.com
> | http://www.ppgcb.unimontes.br/ | ICQ#: 5692561 | LinuxUser#: 205366
>
> ______________________________________________
> 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 Barron
Said Business School Jesus College
Park End Street Oxford
Oxford OX1 1HP OX1 3DW
01865 288906 01865 279684
More information about the R-help
mailing list