YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
499 stars 111 forks source link

Error #107

Open royalzeng opened 9 months ago

royalzeng commented 9 months ago

Error in CMplot(HP_RU.diff.snp, plot.type = "c", chr.labels = paste("Chr", : unused arguments (cir.legend = TRUE, cir.legend.col = "black", memo = "Fig2")

YinLiLin commented 9 months ago

The argument "memo" was removed in the latest version of CMplot, please use the new argument "file.name" instead.

royalzeng commented 9 months ago

ok,thank you