Translated BAPS::noIndex into R

This commit is contained in:
Waldir Leoncio 2020-03-03 14:30:39 +01:00
parent 17282c423a
commit 8ecc59a4e6
4 changed files with 53 additions and 0 deletions

18
man/noIndex.Rd Normal file
View file

@ -0,0 +1,18 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/noIndex.R
\name{noIndex}
\alias{noIndex}
\title{No index}
\usage{
noIndex(data, noalle)
}
\value{
puredata: a data contains no index column.
}
\description{
Checks that the data contains no index column.
}
\details{
As input, this function takes two variables from a mixture/admixture
result structure.
}