16 lines
325 B
R
16 lines
325 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/xgb.plot.deepness.R
|
|
\name{multiplot}
|
|
\alias{multiplot}
|
|
\title{Plot multiple graphs at the same time}
|
|
\usage{
|
|
multiplot(..., cols = 1)
|
|
}
|
|
\arguments{
|
|
\item{cols}{number of columns}
|
|
}
|
|
\description{
|
|
Plot multiple graph aligned by rows and columns.
|
|
}
|
|
|