ggfree icon indicating copy to clipboard operation
ggfree copied to clipboard

ridgeplot fails if user passes vector instead of list

Open ArtPoon opened this issue 4 years ago • 0 comments

> ridgeplot(rnorm(100))
Error in ridgeplot(rnorm(100)) : 
  Unsupported class of argument x (must be list)

Expected response: generate a ridgeplot with a single density.

ArtPoon avatar Oct 19 '20 02:10 ArtPoon