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 result of my run is this error:
Error in (function (s, units = "user", cex = NULL, font = NULL, vfont = NULL, : 'cex'值不对.
And this is my code:
CMplot(testo3, plot.type="m",multraits=TRUE,threshold=5e-8,threshold.lty=c(1), col=c("#4297d7","#d77fb9"),
chr.den.col=c("darkgreen", "yellow", "red"),
signal.cex=1.5, file="jpg",file.name="",dpi=300,file.output=TRUE,verbose=TRUE,
legend.ncol=1, legend.pos="left")
I would appreciate it very much if I could find a solution.
The text was updated successfully, but these errors were encountered:
Thank you for the feedback.
I have fixed the bug you encountered, please source the online version in R console and have a try. The version on CRAN will be available to public in coming days.
The result of my run is this error:
Error in (function (s, units = "user", cex = NULL, font = NULL, vfont = NULL, : 'cex'值不对.
And this is my code:
CMplot(testo3, plot.type="m",multraits=TRUE,threshold=5e-8,threshold.lty=c(1), col=c("#4297d7","#d77fb9"),
chr.den.col=c("darkgreen", "yellow", "red"),
signal.cex=1.5, file="jpg",file.name="",dpi=300,file.output=TRUE,verbose=TRUE,
legend.ncol=1, legend.pos="left")
I would appreciate it very much if I could find a solution.
The text was updated successfully, but these errors were encountered: