Minor documentation updates
This commit is contained in:
parent
d6675940a1
commit
3f8121f5a6
3 changed files with 16 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ export(noIndex)
|
|||
export(ownNum2Str)
|
||||
export(poistaLiianPienet)
|
||||
export(proportion2str)
|
||||
export(questdlg)
|
||||
export(rand)
|
||||
export(randdir)
|
||||
export(repmat)
|
||||
|
|
|
|||
|
|
@ -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
14
man/greedyMix.Rd
Normal 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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue