ourMELONS/man/computeRows.Rd

20 lines
446 B
Text
Raw Normal View History

2019-12-17 10:53:59 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/computeRows.R
\name{computeRows}
\alias{computeRows}
\title{Compute rows}
\usage{
computeRows(rowsFromInd, inds, ninds)
}
\arguments{
\item{rowsFromInd}{rowsFromInd}
\item{inds}{matrix}
\item{ninds}{ninds}
}
\description{
Individuals inds have been given. The function returns a vector,
containing the indices of the rows, which contain data from the individuals.
}