ds-add: Adds a new component to a dsmodel.

Description Usage Arguments Details

Description

This operator allows you to add objects to a model, or to collect objects before they are added to a model.

Usage

1
2
3
4
5
e1 + e2

e1 %+% e2

addToModel(model, obj)

Arguments

e1

A model or feature, usually a model.

e2

A model or feature, usually a feature.

Details

The operation is fully commutative, so order does not matter. Models that do not yet have ranges will generally save features until the range is provided.

Supported features include dsdots, dsarrows, dscurves, dspoints, and colorRegions The + operator should be the only one required.


dsmodels documentation built on May 2, 2019, 8:35 a.m.