combine_asp: Combine Aspects

Description Usage Arguments Examples

View source: R/aspects.R

Description

Combine aspects, generally used to combine parents with serie-level aspects.

Usage

1
combine_asp(main_asp, asp, inherit_asp = TRUE)

Arguments

main_asp

Main aspects as returned by asp().

asp

Aspects passed to the serie, as returned by asp().

inherit_asp

Whether the main aspects should be inherited/combined

Examples

1
2
3
4
5
6
7
## Not run: 
combine_asp(
  asp(dist),
  asp(y = speed)
)

## End(Not run)

devOpifex/g2r documentation built on Jan. 16, 2022, 12:36 a.m.