swh:1:snp:cba907cabb90d910ce06526e8e65110f84d1288a
Raw File
Tip revision: a53065a09c3fce65a63e137deb5bccb6162e6cff authored by Matthias Templ on 18 November 2020, 20:10:02 UTC
version 2.3.0
Tip revision: a53065a
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