Displaying 1 result from an estimated 1 matches for "plex2".
Did you mean:
plex
2006 Apr 27
3
relative frequency plot
...t(x,breaks=52,main=NULL,freq=FALSE,border=TRUE,xlab="days",xlim=c(0,6),yl
im=c(0,10),lty=2)
But when I tried the other vector,the ylab is less than 1.The code is:
y<-c(6,4,6,6,4,6,5,4,7,5,6,6,8,6,17,9,8,4,6,3,5,8,7,12,5,10,6,4,6,13,7,6,6,2
5,4,9,9,6,6,6,6,6,9,4,5,5,4,10,5,7,6)
hist(PLEX2[,2],breaks=52,main=NULL,freq=FALSE,border=TRUE,xlab="days",xlim=c
(0,30),ylim=c(0,1),lty=2)
I'm confused. Could you please help me with it?
Thank you!