Syntax fixes, added documentation

This commit is contained in:
Waldir Leoncio 2022-07-19 14:34:08 +02:00
parent 78aae03cb1
commit ea0190b874
7 changed files with 60 additions and 10 deletions

View file

@ -11,6 +11,7 @@ export(etsiParas)
export(fgetl)
export(fopen)
export(greedyMix)
export(greedyPopMix)
export(handleData)
export(handlePopData)
export(initPopNames)
@ -64,6 +65,7 @@ importFrom(matlab2r,sortrows)
importFrom(matlab2r,squeeze)
importFrom(matlab2r,strcmp)
importFrom(matlab2r,times)
importFrom(matlab2r,uiputfile)
importFrom(matlab2r,zeros)
importFrom(methods,is)
importFrom(stats,runif)