-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Description
Hi !
I wanted to use your library rCharts and especially the rPlot function but it looks like it is not working anymore with the 4.0 version of R :
- Even examples made by you are not working
- Others functions like nPlot or mPlot are working
- A colleague of mine had rPlot working on her computer (R 3.6), she updated R (R4.0.2) and now it's not working anymore (and she has the same error message as me)
## Example 1 Facetted Scatterplot
names(iris) = gsub("\\.", "", names(iris))
rPlot(SepalLength ~ SepalWidth | Species, data = iris, color = 'Species', type = 'point')
> Error in UseMethod("rPlot") :
pas de méthode pour 'rPlot' applicable pour un objet de classe "formula"
(no applicable method for rPlot for a class object "formula")
# Extract from my code
(...)
rPlot.default(x = "A1BG" , y = "A1CF", data = test, type = 'point', color = 'Primary_Disease')
> Error in UseMethod("rPlot") :
pas de méthode pour 'rPlot' applicable pour un objet de classe "character"
(no applicable method for rPlot for a class object "character")
Could you please look into this ?
Thank you very much
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels