Learn R Programming

FinCal (version 0.6.3)

slde: Depreciation Expense Recognition -- Straight-line depreciation (SL) allocates an equal amount of depreciation each year over the asset's useful life

Description

Depreciation Expense Recognition -- Straight-line depreciation (SL) allocates an equal amount of depreciation each year over the asset's useful life

Usage

slde(cost, rv, t)

Arguments

cost
cost of long-lived assets
rv
residual value of the long-lived assets at the end of its useful life
t
length of the useful life

See Also

ddb

Examples

Run this code
slde(cost=1200,rv=200,t=5)

Run the code above in your browser using DataLab