[R] qplot Error Message

boB Rudis bob at rudis.net
Sat Jan 23 23:56:04 CET 2016


Assuming that's qplot from ggplot2, it's trying to pass span to the
Point Geom which doesn't recognize it. I highly suggest moving away
from using qplot and working with the stat_s and geom_s directly with
ggplot().

On Sat, Jan 23, 2016 at 8:46 AM, Jeff Reichman <reichmanj at sbcglobal.net> wrote:
> R-Users
>
>
>
> Anyone see what maybe wrong with the following command, other than R doesn't
> seem to recognize the "span" parameter - it should must be my syntax.
>
>
>
>> qplot(seq, count,geom=c("point","smooth"), span=0.8)
>
> Error: Unknown parameters: span
>
>
>
> Jeff
>
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.



More information about the R-help mailing list