Hello R Users,

I have two sets of values

x <- c(7, 7 , 8, 9, 15, 17, 18)

y <- c(7, 8, 9, 15, 17, 19, 20, 20, 25, 23, 22)

I am able to create multi histogram using
multhist(). But not able to control the 'xlim'.
ie the xaxis is showing 7.5, 13, 18, 23

1st on what basis it is calculated

2nd I want it to be like 7 8 9 15 17 and so on


Can any one help me


With Regards
Subhabrata Pal
        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to