increase font size in varlmPlot

I need to increase the axis size to improve the graphs resolution, can anyone help?

dados <- read.csv("Amazônia_ILPF1.csv", sep=";", header=TRUE)
colnames(dados) <- N
names(dados)
dados[,44] <- as.factor(dados[,44])
dados <- data.frame(dados)
RF1<-randomForest(dados[,44]~.,data=dados[,-44])

png(filename = "AM_ILPF.png", width = 480, height = 480, units = "px", pointsize = 12, bg = "transparent")
varImpPlot(RF1, main="SAF")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.