Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use rPlot for anything. #742

Open
Larry-mor opened this issue Oct 12, 2020 · 0 comments
Open

Can't use rPlot for anything. #742

Larry-mor opened this issue Oct 12, 2020 · 0 comments

Comments

@Larry-mor
Copy link

Larry-mor commented Oct 12, 2020

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant