報錯內容如下:
Error in ggplot_add()
:
! Can't add o
to a ggplot object.
Run rlang::last_error()
to see where the error occurred.
解決方法-detached ggbio
unloadNamespace("ggbio")#這個包出現在哪里
Error: package 'ggbio' is required by 'movAPA' so will not be detached
unloadNamespace("movAPA")
unloadNamespace("ggbio")