line.graph {sur}R Documentation

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

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

[Package sur version 1.0.4 Index]