new_x: new_x

Description Usage Arguments Examples

View source: R/utils.R

Description

create new x values by specifying new age x_ and interval m_t_

Usage

1
new_x(x, x_, m_t_)

Arguments

x

vector of ascending numerics

x_

the first x value to be returned.

m_t_

the last x value to be returned. This is oftern m_ + t_, m_ or t_.

Examples

1
new_x(x = 0:5, x_ = 2.3, m_t_ = 1.8)

merlinoa/diehard3000 documentation built on May 22, 2019, 6:52 p.m.