Updated documentation (#24)

This commit is contained in:
Waldir Leoncio 2024-04-08 13:29:03 +02:00
parent 6209bb33fa
commit f676042a17
7 changed files with 24 additions and 9 deletions

View file

@ -8,7 +8,6 @@ greedyMix(
data,
format = gsub("^.*\\\\.", "", data),
partitionCompare = NULL,
ninds = 1L,
npops = 1L,
counts = NULL,
sumcounts = NULL,
@ -27,8 +26,6 @@ greedyMix(
\item{partitionCompare}{a list of partitions to compare}
\item{ninds}{number of individuals}
\item{npops}{number of populations}
\item{counts}{counts}

View file

@ -2,6 +2,7 @@
% Please edit documentation in R/rBAPS-package.R
\docType{package}
\name{rBAPS}
\alias{rBAPS-package}
\alias{rBAPS}
\title{Bayesian Analysis of Population Structure}
\description{
@ -12,3 +13,20 @@ 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.
}
\seealso{
Useful links:
\itemize{
\item Report bugs at \url{https://github.com/ocbe-uio/rBAPS/issues}
}
}
\author{
\strong{Maintainer}: Waldir Leoncio \email{w.l.netto@medisin.uio.no}
Authors:
\itemize{
\item Jukka Corander \email{jukka.corander@medisin.uio.no}
\item Gerry Tonkin-Hill \email{jukka.corander@medisin.uio.no}
}
}