powered by
Function to plot the estimated density values of a variable as a line.
line.graph(x, ...)
numeric object to be plotted.
additional arguments to be passed to the plot() function.
plot()
A line graph of the estimated density distribution of a variable.
# NOT RUN { line.graph(Temp$Temperature[Temp$City == "SanFrancisco"]) line.graph(IceCream$barsold) # }
Run the code above in your browser using DataLab