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 have to come up with a reproducible example. The main idea is this: Let's say you have 2 sessions for the same animal. Let's say they are discontinuous and you want to plot them on the same PANEL. Then, using the group aesthetic, that helps to create the gap. Otherwhise , geom_ethogram() will plot a continuous segment from the end of one session to the next, extending the last behavior.
[insert reprex here]
For reasons that escape me at this moment. This creates a bug where some animals are not correctly plotted.
[still need another reprex here]
The text was updated successfully, but these errors were encountered:
I have to come up with a reproducible example. The main idea is this: Let's say you have 2 sessions for the same animal. Let's say they are discontinuous and you want to plot them on the same PANEL. Then, using the
group
aesthetic, that helps to create the gap. Otherwhise ,geom_ethogram()
will plot a continuous segment from the end of one session to the next, extending the last behavior.[insert reprex here]
For reasons that escape me at this moment. This creates a bug where some animals are not correctly plotted.
[still need another reprex here]
The text was updated successfully, but these errors were encountered: