; [mailto:[EMAIL PROTECTED] On Behalf Of mohamed nur anisah
> Sent: Thursday, January 24, 2008 5:37 AM
> To: r-help@r-project.org
> Subject: [R] adjustment on the x-axis scale width
>
> Hi,
>
> I have sucessfully plotted the graph by using the following command:
>
Hi,
I have sucessfully plotted the graph by using the following command:
ec<-rep(0,length(e))
fc<-rep(0,length(f))
plot(e,ec,type="p",col=1,pch=19)
points(f,fc,col=2,pch=20)
legend(1.0e+08,1.0,c("dog", "human"),text.col="green4",pch=c(19,20),col=c(1,2))
Below are the values
2 matches
Mail list logo