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
I am having issues labeling a paraphyletic clade using geom_strip. I want to have the label of the clade rotate with the position of the strip, as is possible in geom_cladelab by using angle = "auto". This is supposed to be possible in geom_strip also, but currently produces an error message.
The object test2 produces a normal phylogeny with a labeled clade (paraphyletic or otherwise), however the object test produces the following error message:
Error in `geom_text()`:
! Problem while converting geom to grob.
ℹ Error occurred in the 4th layer.
Caused by error in `validDetails.text()`:
! invalid 'rot' value
Run `rlang::last_trace()` to see where the error occurred.
Warning message:
In validDetails.text(x) : NAs introduced by coercion
This can be fixed in post if necessary, but ideally I would like this to be fixed during the initial object production.
The text was updated successfully, but these errors were encountered:
I am having issues labeling a paraphyletic clade using geom_strip. I want to have the label of the clade rotate with the position of the strip, as is possible in geom_cladelab by using angle = "auto". This is supposed to be possible in geom_strip also, but currently produces an error message.
Reproducible Example
The object test2 produces a normal phylogeny with a labeled clade (paraphyletic or otherwise), however the object test produces the following error message:
This can be fixed in post if necessary, but ideally I would like this to be fixed during the initial object production.
The text was updated successfully, but these errors were encountered: