Added rBAPS help file with matlab2r imports (#21)

This commit is contained in:
Waldir Leoncio 2022-02-03 10:08:35 +01:00
parent a630804122
commit a381fde4bd
2 changed files with 24 additions and 0 deletions

10
R/rBAPS-package.R Normal file
View 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

14
man/rBAPS.Rd Normal file
View file

@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rBAPS-package.R
\docType{package}
\name{rBAPS}
\alias{rBAPS}
\title{Bayesian Analysis of Population Structure}
\description{
This is a partial implementation of the BAPS software
}
\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.
}