fix doc with redirection to inst/examples

This commit is contained in:
hetong
2014-09-01 15:07:17 -07:00
parent 4c451de90b
commit 24e87e1cf8
7 changed files with 15 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ xgb.train(params = list(), dtrain, nrounds, watchlist = list(),
}
See \url{https://github.com/tqchen/xgboost/wiki/Parameters} for
further details. See also demo/demo.R for walkthrough example in R.}
further details. See also inst/examples/demo.R for walkthrough example in R.}
\item{dtrain}{takes an \code{xgb.DMatrix} as the input.}