line.graph: Line Graph

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

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

1
2
line.graph(Temp$Temperature[Temp$City == "SanFrancisco"])
line.graph(IceCream$barsold)

sur documentation built on Aug. 26, 2020, 1:06 a.m.

Related to line.graph in sur...