Update R doc by roxygen2. (#5201)

This commit is contained in:
Jiaming Yuan
2020-01-15 10:49:17 +08:00
committed by GitHub
parent 0184f2e9f7
commit 808f61081b
14 changed files with 179 additions and 48 deletions

View File

@@ -4,8 +4,15 @@
\alias{xgb.plot.multi.trees}
\title{Project all trees on one tree and plot it}
\usage{
xgb.plot.multi.trees(model, feature_names = NULL, features_keep = 5,
plot_width = NULL, plot_height = NULL, render = TRUE, ...)
xgb.plot.multi.trees(
model,
feature_names = NULL,
features_keep = 5,
plot_width = NULL,
plot_height = NULL,
render = TRUE,
...
)
}
\arguments{
\item{model}{produced by the \code{xgb.train} function.}