操纵R中的柱形管

操纵R中的柱形管,r,graph,R,Graph,我试图操纵我的手写体图形的图形特征。但是,某些行(如plot.font.size、plot.custom.height等)或更改颜色col1=blue(也可以在最新的stylo源代码stylo_0.4.0.2.r中找到)不起作用 library(stylo) stylo(gui = F, mfw.min = 200, mfw.max = 500, corpus.dir = "E:/Digital Humanities/Studium/2014 Wintersemester/R/Resource

我试图操纵我的手写体图形的图形特征。但是,某些行(如plot.font.size、plot.custom.height等)或更改颜色col1=blue(也可以在最新的stylo源代码stylo_0.4.0.2.r中找到)不起作用

library(stylo)

stylo(gui = F, mfw.min = 200, mfw.max = 500, corpus.dir = "E:/Digital Humanities/Studium/2014 Wintersemester/R/Resources/kern",
                    encoding = "UTF-8",
                    consensus.strength=0.4,
                    ###plot.font.size = 12,
                    ###plot.custom.height = 12,
                    ###plot.custom.width = 5,
                    ###plot.line.thickness = 5,
                    titles.on.graphs = TRUE,
                    ###name.of.the.method = "methodname",



                    ###dendrogram.layout.horizontal = FALSE,
                    analysis.type="CA")

你有什么建议吗?

第一次调用PAR和改变参数怎么样?我不太清楚这是怎么工作的,对不起,我对R: