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
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
The text was updated successfully, but these errors were encountered:
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 :
(no applicable method for rPlot for a class object "formula")
(no applicable method for rPlot for a class object "character")
Could you please look into this ?
Thank you very much
The text was updated successfully, but these errors were encountered: