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
The bug happens due to name-spacing. The geom_rect functions also exist in the bioinformatics package ggbio, which I had loaded. To fix is easy, simple add ggplot2:: in front of the calls.
The text was updated successfully, but these errors were encountered:
I need to do some work with ranges data, and naturally, I was re-reading the chapter on this. However, the plotting function no longer works:
This is a non-specific ggplot2 bug:
The bug happens due to name-spacing. The
geom_rect
functions also exist in the bioinformatics package ggbio, which I had loaded. To fix is easy, simple addggplot2::
in front of the calls.The text was updated successfully, but these errors were encountered: