[R] hist failed with unused arguments
dgroth@gmx.de
dgroth at gmx.de
Mon May 27 19:53:11 CEST 2002
> > hist(geo1$ds1)
> Error in hist(geo1$ds1) : unused argument(s) ( ...)
>
> I can use density, summary, boxplot and stem with this vector but not hist ?
I tried ls() and rm(hist) and now it works ...
> ls()
[1] "chr" "chr1f" "chr2f" "datfile"
[5] "first" "g" "geo1" "hist"
[9] "islands" "last.warning" "op" "plot"
[13] "second"
> class(hist)
NULL
after rm(hist)
everything was ok, seems that after a miswritten command a object "hist"
was created.
Thank you very much all,
Detlef
>
> > hist(geo1$ds1)
> Error in hist(geo1$ds1) : unused argument(s) ( ...)
>
> I can use density, summary, boxplot and stem with this vector but not hist ?
--
Dr. Detlef Groth
Max-Planck-Institut
fuer Molekulare Genetik
Ihnestr. 63/73
D-14195 Berlin
Tel.: + 49 30 - 8413 1235
Email: dgroth at molgen.mpg.de
Email: dgroth at gmx.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list