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
scale_fill_manual(values=c('#00AED7', '#FD9347', '#C1E168'))
Error in plot$scales$scales[[index]] :
attempt to select less than one element in get1index
This is happening even with the example data .
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks, It is introduced by the newest ggnewscale (>=0.5.0). I have fixed the issue. Now You can re-install MicrobiotaProcess via remotes::install_github("YuLab-SMU/MicrobiotaProcess")
Hi
I am trying to plot the differential analysis result as diffclade for visualisation using the following code
hmpdiffclade <- ggdiffclade(obj=hmpdiffres, alpha=0.3, size=0.2,
skpointsize=0.4, taxlevel=3,
settheme=TRUE,
setColors=FALSE) +
scale_fill_manual(values=c('#00AED7', '#FD9347', '#C1E168'))
When I am running ggdiffclade I am encountering this error.
hmpdiffclade <- ggdiffclade(obj=hmpdiffres, alpha=0.3, size=0.2,
Error in plot$scales$scales[[index]] :
attempt to select less than one element in get1index
This is happening even with the example data .
Thanks in advance.
The text was updated successfully, but these errors were encountered: