View source: R/figureGeneration.R
| sameSourceDataCheck | R Documentation |
Checks if the provided data and models came from same source by looking to ".dataInputName" columns of the inputs.
sameSourceDataCheck(dataInput, sigmoidalFitVector, doubleSigmoidalFitVector)
dataInput |
a dataframe composed of two columns. One is for time and the other is for intensity. Should be normalized data generated by sicegar::normalizeData(). |
sigmoidalFitVector |
is the output of sigmoidalFitFunction. Default is NULL. |
doubleSigmoidalFitVector |
is the output of double sigmoidal fit function. Default is NULL. |
Returns TRUE if models came from same source, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.