Rdocumentation
powered by
Learn R Programming
FinCal (version 0.6.3)
gpm: gross profit margin -- Evaluate a company's financial performance
Description
gross profit margin -- Evaluate a company's financial performance
Usage
gpm(gp, rv)
Arguments
gp
gross profit, equal to revenue minus cost of goods sold (cogs)
rv
revenue (sales)
See Also
npm
Examples
Run this code
gpm(gp=
1000
,rv=
20000
)
Run the code above in your browser using
DataLab