Displaying 1 result from an estimated 1 matches for "hmatplot".
Did you mean:
matplot
2010 Oct 19
1
could not find function "hmatplot"
...exbin(x[good],y[good],xbins=23,xbnds=rx,ybnds=ry)))
}
nam <- matrix(paste("nam",1:6,sep=""),ncol=3,byrow=TRUE)
rlabels <-c("Females","Males")
clabels <- c("Age <= 45","45 < Age <= 65","Age > 65")
zoom <- hmatplot(nam,rlabels,clabels,border=list(hbox=c("black","white"),
hdiff=rep("white",6)))
I get an error:
Error: could not find function "hmatplot"
What is wrong? Mayby you know any similar manual like this picture?
--
View this messa...