You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like topic, every time I try to use rPlot, this will show:
Error in UseMethod("rPlot") :
no applicable method for 'rPlot' applied to an object of class "formula"
What can I do about it?
eg.
demo(polycharts)
demo(polycharts)
---- ~~~~~~~~~~
Type <Return> to start :
> ..p. <- function() invisible(readline("\nPress <return> to continue: "))
> library(rCharts)
> ## Example 1 Facetted Scatterplot
> names(iris) = gsub("\\.", "", names(iris))
> p1 <- rPlot(SepalLength ~ SepalWidth | Species, data = iris, color = 'Species', type = 'point')
Error in UseMethod("rPlot") :
no applicable method for 'rPlot' applied to an object of class "formula"
The text was updated successfully, but these errors were encountered:
Just like topic, every time I try to use rPlot, this will show:
Error in UseMethod("rPlot") :
no applicable method for 'rPlot' applied to an object of class "formula"
What can I do about it?
eg.
The text was updated successfully, but these errors were encountered: