Skip to content

rephrase.DiffSeries (+rephrase)

Create a DiffSeries object for rephrase reports

Syntax

output = rephrase.DiffSeries(title, baseline, alternative, varargin)

Input arguments

title [ string ]

Title text for the diffseries.

baseline [ Series ]

Baseline Series containing the first set of data.

alternative [ Series ]

Alternative Series containing the second set of data.

Output arguments

output [ DiffSeries ]

DiffSeries type object with the assigned arguements to be passed into the rephrase objects.

Options

Units= [ String ]

Description

Description

The function +rephrase/DiffSeries returns the Grid object based on the input arguments and options set by the user. The object itself needs to be passed to the parent rephrase object such as +rephrase/Table.

Examples

diffs = rephrase.DiffSeries("Title", d.x, d.y)