strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install sjplot

abdulghani-ml opened this issue · comments

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?

commented

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