ourMELONS/man/noIndex.Rd

24 lines
438 B
Text
Raw Permalink Normal View History

2020-03-03 14:30:39 +01:00
% 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)
}
2020-03-18 15:02:38 +01:00
\arguments{
\item{data}{data}
\item{noalle}{noalle}
}
2020-03-03 14:30:39 +01:00
\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.
}