attemp to fix line breaking issue of doc
This commit is contained in:
@@ -4,9 +4,12 @@
|
||||
#'
|
||||
#' @param model the model object.
|
||||
#' @param fname the name of the binary file.
|
||||
#' @param fmap feature map file representing the type of feature, to make it
|
||||
#' look nice, run inst/examples/demo.R for result and inst/examples/featmap.txt for example
|
||||
#' Format: https://github.com/tqchen/xgboost/wiki/Binary-Classification#dump-model
|
||||
#' @param fmap feature map file representing the type of feature.
|
||||
#' Detailed description could be found at
|
||||
#' \url{https://github.com/tqchen/xgboost/wiki/Binary-Classification#dump-model}.
|
||||
#' Run inst/examples/demo.R for the result and inst/examples/featmap.txt
|
||||
#' for example Format.
|
||||
#'
|
||||
#'
|
||||
#' @examples
|
||||
#' data(iris)
|
||||
|
||||
Reference in New Issue
Block a user