R: plotting graphs (ggplot vs autoplot)
问题 I am following a R tutorial over here https://rviews.rstudio.com/2017/09/25/survival-analysis-with-r/ The computer I use for work does not have internet access nor a USB port - it only has R with some preinstalled libraries. The tutorial requires "survival", "ggplot2", "ranger", "dplyr" and "ggfortify". The computer I use for work has all of these libraries EXCEPT ggfortfiy. Apparently, a function called "autoplot" is required from the ggfortify library to make some of the plots in this