strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
603 stars 91 forks source link

install sjplot #898

Open abdulghani-ml opened 1 year ago

abdulghani-ml commented 1 year ago

in R, after installing sjplot , it was placed out of the packages folder so then when I looked at it in the library (library(sjPlot) said no packages named sjplot , how can I solve it?

strengejacke commented 1 year ago

In R (R console) type install.packages("sjPlot", dependencies = TRUE). That should install the package.