Hi njhuang86,
Something like this?
x <- rnorm(100)
hist(x, axes = FALSE)

HTH,
Jorge


On Sun, Aug 30, 2009 at 2:30 PM, njhuang86 <njhuan...@yahoo.com> wrote:

>
> Hi all,
>
> Suppose I have some data that I plot using the histogram command - ie.
> hist(x)
> Is there an option that will allow me to remove the numbers that appear
> along the X and Y axis as I'm just interested in the overall distribution
> of
> the data and not the actual values? Anyways, any help is greatly
> appreciated!
>
>
> --
> View this message in context:
> http://www.nabble.com/Removing-the-numbers-of-the-X-Y-axis-tp25214292p25214292.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to