Density Plots is a kind of graphs that we use to represent a continuous variable. 1. By saying continuous, we mean a variable that can any value in an interval(such ...
?density # this is all from base R, so no need to install a library/package, up add a data set using read.csv ### So the above is for 1 dimensional data - we were investigating a histogram of the ...