l_plot method for density objects.l_plot.density.RdCreates an loon plot displaying contours of the supplied (kernel) density estimate
# S3 method for density l_plot(x, y = NULL, xlabel = NULL, ylabel = NULL, title = NULL, linewidth = 2, color = NULL, size = 0.5, ...)
| x | a |
|---|---|
| y |
|
| xlabel | the graphical parameter xlabel labelling the x axis of the plot. If |
| ylabel | the graphical parameter ylabel labelling the y axis of the plot. If |
| title | providing a title for the plot. If |
| linewidth | line width, default value is 2. |
| color | line colour. If |
| size | points size, default value is 0.5 |
| ... | named arguments being states passed to l_plot() |
Other two-dimensional plotting functions: l_plot.decomposed.ts,
l_plot.default, l_plot.stl,
l_plot