p <- qplot(Petal.Length, Petal.Width, data = iris)
ggfortify:::post_autoplot(p, xlim = c(1, 5), ylim = c(1, 5), log = 'xy', main = 'title',
xlab = 'x', ylab = 'y', asp = 1.5)
Run the code above in your browser using DataLab