plot.idf_: plot.idf_

Description Usage Arguments Examples

Description

generif plot function for class idf_

Usage

1
2
## S3 method for class 'idf_'
plot(idf_)

Arguments

idf_

object of class idf_

Examples

1
2
3
4
5
6
7
8
my_idf <- idf(idfs = c(1.75, 1.25, 1.15, 1.1, 1.05, 1.03), first_age = 1)

plot(my_idf)

my_idf <- idf(idfs = c(1.25, 1.05, 1.04)) %>%
            tail_selected(c(1.03, 1.02, 1.01, 1.00))

plot(my_idf)

Ractuary/devtri documentation built on May 5, 2019, 3:49 a.m.