Exported functions
This commit is contained in:
parent
99046842e6
commit
8989696dd1
3 changed files with 7 additions and 4 deletions
|
|
@ -18,6 +18,7 @@ export(initPopNames)
|
|||
export(inputdlg)
|
||||
export(isfield)
|
||||
export(laskeMuutokset4)
|
||||
export(learn_partition_modified)
|
||||
export(learn_simple_partition)
|
||||
export(linkage)
|
||||
export(logml2String)
|
||||
|
|
@ -47,6 +48,7 @@ export(times)
|
|||
export(uigetfile)
|
||||
export(uiputfile)
|
||||
export(writeMixtureInfo)
|
||||
import(utils)
|
||||
importFrom(methods,is)
|
||||
importFrom(stats,runif)
|
||||
importFrom(utils,read.delim)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#' @title Learn partition (modified)
|
||||
#' @export
|
||||
#' @param ordered ordered
|
||||
#' @return part
|
||||
#' @description This function is called only if some individual has less than
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue