Revision 775c7e1be4c58aaf8adccdd2b92d07aa9cdc265f authored by Matthias Templ on 14 January 2020, 05:10:03 UTC, committed by cran-robot on 14 January 2020, 05:10:03 UTC
1 parent d761b2f
Raw File
plot.smoothSpl.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/splineDensity.plot.R
\name{plot.smoothSpl}
\alias{plot.smoothSpl}
\title{plot smoothSpl}
\usage{
\method{plot}{smoothSpl}(x, y, ..., by = 1, n = 10, index = NULL)
}
\arguments{
\item{x}{class smoothSpl object}

\item{y}{ignored}

\item{...}{further arguments passed by}

\item{by}{stepsize}

\item{n}{length of sequence to plot}

\item{index}{optinally the sequence instead of by and n}
}
\description{
plot densities of objects of class smoothSpl
}
back to top