Description Usage Arguments Value Examples
View source: R/R PACKAGE (DEFINITIVO).R
The function creates a vector by applying a sum by row within different columns with aggregate values of interest (for break-even purposes) of different dataframes.
1 | beyR(df1, df2, x, y)
|
df1 |
The dataframe we obtained from rel_vaRR(), including the column obtained by running the trnsfR() function. |
df2 |
The dataframe we obtained from rel_vaRE(), including the column obtained by running the trnsfR() function. |
x |
Number of the column with Aggregate Values in df1. |
y |
Number of the column with Aggregate Values in df2. |
A vector, whose elements for yearly Break-even (difference by rows of two Aggregate Values columns)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.