documentation

This commit is contained in:
pommedeterresautee
2015-03-16 00:10:18 +01:00
parent 6ca76fe784
commit 9d1d76532d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
setGeneric("nrow")
#' @param x Object of class \code{xgb.DMatrix}
#' @title \code{nrow} return the number of rows present in x.
#' @rdname nrow
#' @title Number of xgb.DMatrix rows
#' @description \code{nrow} return the number of rows present in the \code{xgb.DMatrix}.
#' @examples
#' data(agaricus.train, package='xgboost')
#' train <- agaricus.train