Documentation for genEpc, musoCompareFiles, musoGetValues

This commit is contained in:
Roland Hollós 2022-11-22 18:10:09 +01:00
parent 9bb19a3336
commit d18c10648f
3 changed files with 54 additions and 0 deletions

21
RBBGCMuso/man/genEpc.Rd Normal file
View File

@ -0,0 +1,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/genEpc.R
\name{genEpc}
\alias{genEpc}
\title{genEpc}
\usage{
genEpc(sourceEpc, targetEpc, parameters)
}
\arguments{
\item{sourceEpc}{the original epc file-the template}
\item{parameters}{dataframe where in the first column there are the indices and the second column the values}
\item{location}{output location directory}
}
\description{
randEpc is a random epc creator based on musoMonte
}
\author{
Roland HOLLOS
}

View File

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/changeMuso.R
\name{musoCompareFiles}
\alias{musoCompareFiles}
\title{musoCompareFiles}
\usage{
musoCompareFiles(filenames, indices)
}
\arguments{
\item{filenames}{The name of the files where you can get the data from}
\item{indices}{muso indices}
}
\description{
A simple wrapper function based on musoGetValues where you can get multiple values from multiple files
using the supplied indices. It is useful for comparing files.
}

View File

@ -0,0 +1,16 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/changeMuso.R
\name{musoGetValues}
\alias{musoGetValues}
\title{musoGetValues}
\usage{
musoGetValues(filename, indices)
}
\arguments{
\item{filename}{The name of the musofile we want the value from (e.g. epc file)}
\item{indices}{muso indices}
}
\description{
Get values from a musofile by supplying muso indices
}