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
ggplot(wombats_duration, aes(x = start_dt, y = wombat, behaviour = behaviour, colour = behaviour)) +
geom_ethogram() +
facet_wrap(~ trial, scales = "free")
Warning messages:
1: Computation failed in `stat_etho()`:
'x' must be a vector of an atomic type
2: Computation failed in `stat_etho()`:
'x' must be a vector of an atomic type
3: Computation failed in `stat_etho()`:
'x' must be a vector of an atomic type
4: Computation failed in `stat_etho()`:
'x' must be a vector of an atomic type
The text was updated successfully, but these errors were encountered:
This used to work, no longer the case, it outputs nothing.
Adding
behaviour
causes it to failThe text was updated successfully, but these errors were encountered: