Improved documentation
This commit is contained in:
parent
8e93e6305e
commit
6b36b5c843
7 changed files with 42 additions and 3 deletions
|
|
@ -12,11 +12,13 @@ greedyMix(
|
|||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{tietue}{Record}
|
||||
\item{tietue}{File}
|
||||
|
||||
\item{format}{Format of the data ("BAPS", "GenePop" or "Preprocessed")}
|
||||
|
||||
\item{savePreProcessed}{Save the pre-processed data?}
|
||||
|
||||
\item{filePreProcessed}{Is the file already processed?}
|
||||
}
|
||||
\description{
|
||||
Clustering of individuals
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
\usage{
|
||||
testaaGenePopData(tiedostonNimi)
|
||||
}
|
||||
\arguments{
|
||||
\item{tiedostonNimi}{Filename}
|
||||
}
|
||||
\description{
|
||||
Tests GenePop data
|
||||
}
|
||||
|
|
|
|||
17
man/testaaOnkoKunnollinenBapsData.Rd
Normal file
17
man/testaaOnkoKunnollinenBapsData.Rd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/testaaOnkoKunnollinenBapsData.R
|
||||
\name{testaaOnkoKunnollinenBapsData}
|
||||
\alias{testaaOnkoKunnollinenBapsData}
|
||||
\title{TestBAPS data}
|
||||
\usage{
|
||||
testaaOnkoKunnollinenBapsData(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{dataset}
|
||||
}
|
||||
\value{
|
||||
ninds
|
||||
}
|
||||
\description{
|
||||
Test if loaded BAPS data is proper
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue