Revision 9ae1e67cb5e13c5bbc731a5fc56a0053182f16b0 authored by Matthias Templ on 11 February 2020, 16:20:02 UTC, committed by cran-robot on 11 February 2020, 16:20:02 UTC
1 parent 775c7e1
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
}
\author{
Alessia Di Blasi, Federico Pavone, Gianluca Zeni
}
back to top