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
df<- estimate_density(iris$Petal.Width, group_by=iris$Species)
plot(df)
#> Error in `$<-.data.frame`(`*tmp*`, "Parameter", value = structure(integer(0), .Label = character(0), class = "factor")): replacement has 0 rows, data has 3072
In the case where a vector is passed for the input and for the group_by, the plot currently errors. Should we plot the group as colors in this case? Or as facets?
The text was updated successfully, but these errors were encountered:
Created on 2021-05-10 by the reprex package (v1.0.0)
In the case where a vector is passed for the input and for the
group_by
, the plot currently errors. Should we plot the group as colors in this case? Or as facets?The text was updated successfully, but these errors were encountered: