When I use tacoplot_stack(ta), it shows the bar of only one sample called "NA", possibly all samples together?
Tacoplot_stack(ta, x=sample) gives the following error:
`Error ingeom_bar(): ! Problem while computing aesthetics. ℹ Error occurred in the 1st layer. Caused by error inlvls_reorder(): !idxmust contain one integer for each level off`
Backtrace:
forcats::lvls_reorder(f, order(summary, decreasing = .desc))
Error in geom_bar(stat = "identity") :
ℹ Error occurred in the 1st layer.
Caused by error in lvls_reorder():
! idx must contain one integer for each level of `f```
When I use tacoplot_stack(ta), it shows the bar of only one sample called "NA", possibly all samples together? Tacoplot_stack(ta, x=sample) gives the following error:
`Error in
geom_bar(): ! Problem while computing aesthetics. ℹ Error occurred in the 1st layer. Caused by error in
lvls_reorder(): !
idxmust contain one integer for each level of
f` Backtrace:<fn>
(x)lvls_reorder()
: !idx
must contain one integer for each level of `f```the plotly version also doesn't work