Minor documentation updates

This commit is contained in:
Waldir Leoncio 2020-05-20 11:22:31 +02:00
parent d6675940a1
commit 3f8121f5a6
3 changed files with 16 additions and 1 deletions

View file

@ -16,6 +16,7 @@ export(noIndex)
export(ownNum2Str)
export(poistaLiianPienet)
export(proportion2str)
export(questdlg)
export(rand)
export(randdir)
export(repmat)

View file

@ -8,7 +8,7 @@ uigetfile <- function(title = "") {
# ==========================================================================
# Pre-prompt message
# ==========================================================================
cat(title)
message(title)
# ==========================================================================
# Reading file path and name
# ==========================================================================

14
man/greedyMix.Rd Normal file
View file

@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/greedyMix.R
\name{greedyMix}
\alias{greedyMix}
\title{Clustering of individuals}
\usage{
greedyMix(tietue)
}
\arguments{
\item{tietue}{Record}
}
\description{
Clustering of individuals
}