From dc4814a034040502e0ebe28f1baf22af6635b86d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 10 Feb 2016 22:31:02 -0500 Subject: add docs to git --- man/plot.sparsestep.Rd | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 man/plot.sparsestep.Rd (limited to 'man/plot.sparsestep.Rd') diff --git a/man/plot.sparsestep.Rd b/man/plot.sparsestep.Rd new file mode 100644 index 0000000..739906d --- /dev/null +++ b/man/plot.sparsestep.Rd @@ -0,0 +1,26 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/plot.sparsestep.R +\name{plot.sparsestep} +\alias{plot} +\alias{plot.sparsestep} +\title{Plot the SparseStep path} +\usage{ +\method{plot}{sparsestep}(x, ...) +} +\arguments{ +\item{x}{a \code{sparsestep} object} + +\item{\dots}{further argument to matplot} +} +\description{ +Plot the coefficients of the SparseStep path +} +\examples{ +x <- matrix(rnorm(100*20), 100, 20) +y <- rnorm(100) +fit <- sparsestep(x, y) +plot(fit) +pth <- path.sparsestep(x, y) +plot(pth) +} + -- cgit v1.2.3