How to Set Minimum and Maximum Values in Hmisc Plots in R?

15 Views Asked by At

I want to plot all continues and categorical variables together. How can I have minimum and maximum values in plots that I made by Hmisc R package? If you have any suggestion about using of other R packages for this purpose it will be nice.

>hist(data,nclass=5, rugs=TRUE)

enter image description here

0

There are 0 best solutions below