cms_markup: Commission based on the Mark Up Percentage

Description Usage Arguments Details Author(s) Examples

View source: R/type.R

Description

Commission based on the Mark Up Percentage

Usage

1
cms_markup(price, product)

Arguments

price

selling price of product

product

cost of product

Details

The Commission based on the mark up value. When the mark up value is calculated, a predefined table is used to retrieve the corresponding commission

Author(s)

Jean Marie Cimula

Examples

1
2
#Selling price <- $1.00 and Cost of product <- $0.80
cms_markup(1,0.8)

jmcimula/cmsr documentation built on May 19, 2019, 1:52 p.m.