sur (version 1.0.4)

line.graph: Line Graph

Description

Function to plot the estimated density values of a variable as a line.

Usage

line.graph(x, ...)

Arguments

x

numeric object to be plotted.

...

additional arguments to be passed to the plot() function.

Value

A line graph of the estimated density distribution of a variable.

See Also

plot()

Examples

Run this code
# NOT RUN {
line.graph(Temp$Temperature[Temp$City == "SanFrancisco"])
line.graph(IceCream$barsold)
# }

Run the code above in your browser using DataLab