a b/man/plotGap.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/DIscBIO-generic-plotGap.R
3
\name{plotGap}
4
\alias{plotGap}
5
\alias{plotGap,DISCBIO-method}
6
\title{Plotting Gap Statistics}
7
\usage{
8
plotGap(object, y_limits = NULL)
9
10
\S4method{plotGap}{DISCBIO}(object, y_limits = NULL)
11
}
12
\arguments{
13
\item{object}{\code{DISCBIO} class object.}
14
15
\item{y_limits}{2-length numeric vector with the limits for the gap plot}
16
}
17
\value{
18
A plot of the gap statistics
19
}
20
\description{
21
Plotting Gap Statistics
22
}