Skip to content

warning with hist

1 message · Antje

#
Hello everybody,

I don't understand the warning I get when executing the following code:

x <- rnorm(100)
h <- hist(x, plot= FALSE, freq = FALSE)

If I don't use the plot-argument, I don't get a warning...
Any explanations for me?


Antje