diff --git a/RBBGCMuso/man/genEpc.Rd b/RBBGCMuso/man/genEpc.Rd new file mode 100644 index 0000000..93b6ea1 --- /dev/null +++ b/RBBGCMuso/man/genEpc.Rd @@ -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 +} diff --git a/RBBGCMuso/man/musoCompareFiles.Rd b/RBBGCMuso/man/musoCompareFiles.Rd new file mode 100644 index 0000000..1f959f8 --- /dev/null +++ b/RBBGCMuso/man/musoCompareFiles.Rd @@ -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. +} diff --git a/RBBGCMuso/man/musoGetValues.Rd b/RBBGCMuso/man/musoGetValues.Rd new file mode 100644 index 0000000..44764d2 --- /dev/null +++ b/RBBGCMuso/man/musoGetValues.Rd @@ -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 +}