Updated documentation
This commit is contained in:
parent
eb14afae8a
commit
0e7e2086c6
3 changed files with 20 additions and 24 deletions
|
|
@ -21,6 +21,7 @@ export(questdlg)
|
||||||
export(rand)
|
export(rand)
|
||||||
export(randdir)
|
export(randdir)
|
||||||
export(repmat)
|
export(repmat)
|
||||||
|
export(rivinSisaltamienMjonojenLkm)
|
||||||
export(simulateAllFreqs)
|
export(simulateAllFreqs)
|
||||||
export(simulateIndividuals)
|
export(simulateIndividuals)
|
||||||
export(simuloiAlleeli)
|
export(simuloiAlleeli)
|
||||||
|
|
@ -28,8 +29,10 @@ export(size)
|
||||||
export(strcmp)
|
export(strcmp)
|
||||||
export(suoritaMuutos)
|
export(suoritaMuutos)
|
||||||
export(testaaOnkoKunnollinenBapsData)
|
export(testaaOnkoKunnollinenBapsData)
|
||||||
|
export(testaaPop)
|
||||||
export(times)
|
export(times)
|
||||||
export(uigetfile)
|
export(uigetfile)
|
||||||
export(uiputfile)
|
export(uiputfile)
|
||||||
importFrom(methods,is)
|
importFrom(methods,is)
|
||||||
importFrom(stats,runif)
|
importFrom(stats,runif)
|
||||||
|
importFrom(utils,read.delim)
|
||||||
|
|
|
||||||
|
|
@ -1686,30 +1686,6 @@ greedyMix <- function(
|
||||||
|
|
||||||
# %------------------------------------------------------
|
# %------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
# function count = rivinSisaltamienMjonojenLkm(line)
|
|
||||||
# % Palauttaa line:n sis<69>lt<6C>mien mjonojen lukum<75><6D>r<EFBFBD>n.
|
|
||||||
# % Mjonojen v<>liss?t<>ytyy olla v<>lily<6C>nti.
|
|
||||||
# count = 0;
|
|
||||||
# pit = length(line);
|
|
||||||
# tila = 0; %0, jos odotetaan v<>lily<6C>ntej? 1 jos odotetaan muita merkkej?
|
|
||||||
# for i=1:pit
|
|
||||||
# merkki = line(i);
|
|
||||||
# if (isspace(merkki) & tila==0)
|
|
||||||
# %Ei tehd?mit<69><74>n.
|
|
||||||
# elseif (isspace(merkki) & tila==1)
|
|
||||||
# tila = 0;
|
|
||||||
# elseif (~isspace(merkki) & tila==0)
|
|
||||||
# tila = 1;
|
|
||||||
# count = count+1;
|
|
||||||
# elseif (~isspace(merkki) & tila==1)
|
|
||||||
# %Ei tehd?mit<69><74>n
|
|
||||||
# end
|
|
||||||
# end
|
|
||||||
|
|
||||||
|
|
||||||
# %-------------------------------------------------------
|
|
||||||
|
|
||||||
# function nimi = lueNimi(line)
|
# function nimi = lueNimi(line)
|
||||||
# %Palauttaa line:n alusta sen osan, joka on ennen pilkkua.
|
# %Palauttaa line:n alusta sen osan, joka on ennen pilkkua.
|
||||||
# n = 1;
|
# n = 1;
|
||||||
|
|
|
||||||
17
man/testaaPop.Rd
Normal file
17
man/testaaPop.Rd
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
% Generated by roxygen2: do not edit by hand
|
||||||
|
% Please edit documentation in R/testaaPop.R
|
||||||
|
\name{testaaPop}
|
||||||
|
\alias{testaaPop}
|
||||||
|
\title{Test population}
|
||||||
|
\usage{
|
||||||
|
testaaPop(rivi)
|
||||||
|
}
|
||||||
|
\arguments{
|
||||||
|
\item{rivi}{Line}
|
||||||
|
}
|
||||||
|
\value{
|
||||||
|
pal
|
||||||
|
}
|
||||||
|
\description{
|
||||||
|
Test a line in the population
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue