Added rBAPS help file with matlab2r imports (#21)
This commit is contained in:
parent
a630804122
commit
a381fde4bd
2 changed files with 24 additions and 0 deletions
10
R/rBAPS-package.R
Normal file
10
R/rBAPS-package.R
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#' @title Bayesian Analysis of Population Structure
|
||||
#' @description This is a partial implementation of the BAPS software
|
||||
#' @docType package
|
||||
#' @name rBAPS
|
||||
#' @note Found a bug? Want to suggest a feature? Contribute to the scientific
|
||||
#' and open source communities by opening an issue on our home page.
|
||||
#' Check the "BugReports" field on the package description for the URL.
|
||||
#' @importFrom matlab2r blanks cell colon inputdlg isempty isfield isspace max min ones rand repmat reshape size sortrows squeeze strcmp times zeros
|
||||
#' @importFrom stats runif
|
||||
NULL
|
||||
Loading…
Add table
Add a link
Reference in a new issue