data(iris) # data set
Plot.Cor(data = iris[,1:4], title = NA, grid = TRUE, leg = TRUE, boxleg = FALSE,
text = FALSE, arrow = TRUE, color = TRUE, namesvar = NA, savptc = FALSE,
width = 3236, height = 2000, res = 300)
Plot.Cor(data = iris[,1:4], title = NA, grid = TRUE, leg = TRUE, boxleg = FALSE,
text = TRUE, arrow = TRUE, color = TRUE, namesvar = c("A1","B2","C3","D4"),
savptc = FALSE, width = 3236, height = 2000, res = 300)
Run the code above in your browser using DataLab