和直接绘图使用per函数调整mar不同,cmplot包里自带了mer参数以调整四周空白区域的大小
用法类似
mar <- c(2, 2, 2, 8)CMplot(    snp,    plot.type = "d", bin.size = opt$binsize, chr....
                    
                    
                        和直接绘图使用per函数调整mar不同,cmplot包里自带了mer参数以调整四周空白区域的大小
用法类似
mar <- c(2, 2, 2, 8)
CMplot(
    snp,
    plot.type = "d", bin.size = opt$binsize, chr.den.col = color, main = opt$main, file.name = opt$name,
    file = "jpg", file.output = TRUE, verbose = TRUE, mar = mar
)
 
                    
                        
                            - 
                                
                                发表于 2023-07-07 16:20
                            
- 阅读 ( 1157 )