Documentation for genEpc, musoCompareFiles, musoGetValues
This commit is contained in:
parent
9bb19a3336
commit
d18c10648f
21
RBBGCMuso/man/genEpc.Rd
Normal file
21
RBBGCMuso/man/genEpc.Rd
Normal 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
|
||||||
|
}
|
||||||
17
RBBGCMuso/man/musoCompareFiles.Rd
Normal file
17
RBBGCMuso/man/musoCompareFiles.Rd
Normal 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.
|
||||||
|
}
|
||||||
16
RBBGCMuso/man/musoGetValues.Rd
Normal file
16
RBBGCMuso/man/musoGetValues.Rd
Normal 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
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user