Interval_Boilerplate: Interval Boilerplate

Description Usage Arguments See Also

Description

New methods can be written for the following boilerplate functions for the interval_vctr class.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'interval_vctr'
vec_ptype2.double(x, y, ...)

## S3 method for class 'interval_vctr'
vec_ptype2(x, y, ..., x_arg = "x", y_arg = "y")

## S3 method for class 'interval_vctr'
vec_cast(x, to, ..., x_arg = "x", to_arg = "to")

Arguments

x, y

Vectors to cast / find common type.

...

Additional arguments passed to downstream functions.

x_arg, to_arg, y_arg

Argument names for x/y and to

to

Type to cast to.

See Also

vec_cast and vec_ptype2


teunbrand/ggvctrcoords documentation built on Jan. 12, 2020, 6:25 p.m.