[EMAIL PROTECTED] schrieb:
I don't understand the warning I get when executing the following code:
x <- rnorm(100)
h <- hist(x, plot= FALSE, freq = FALSE)
The warning is
"Warning message:
In hist.default(x, plot = FALSE, freq = FALSE) :
argument ‘freq’ is not made use of"
The explanation is
> I don't understand the warning I get when executing the following code:
>
> x <- rnorm(100)
> h <- hist(x, plot= FALSE, freq = FALSE)
The warning is
"Warning message:
In hist.default(x, plot = FALSE, freq = FALSE) :
argument ‘freq’ is not made use of"
The explanation is pretty simple.
freq
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
__
R-help@r-p
3 matches
Mail list logo