Skip to contents

This class is used to represent targets for optimization. Only experts should use the fields and methods for this class directly.

Super class

ConservationModifier -> Target

Methods

Inherited methods


Target$output()

Output the targets.

Usage

Target$output()

Returns

tibble::tibble() data frame.


Target$clone()

The objects of this class are cloneable with this method.

Usage

Target$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.