Learn R Programming

mgcViz (version 0.2.0)

l_vline: Adding vertical line to a plot

Description

This layer adds a vertical to a plot. It is mainly a wrapper around ggplot2::geom_vline.

Usage

l_vline(...)

Value

An object of class gamLayer.

Arguments

...

graphical arguments to be passed to ggplot2::geom_vline.

See Also

See check0D for examples.