我试图操纵我的样式图的图形功能。但是某些行如“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")
你有什么建议吗?