array_log_y: The logarithmic y axis an array's type calls for

View source: R/plots.R

array_log_yR Documentation

The logarithmic y axis an array's type calls for

Description

A proportion belongs on a linear axis, so a plot of one turns log_y off unless the caller asked for a particular axis. Called before parsePlotLog(), which is why it also has to check log.

Usage

array_log_y(x, log_y, log, given)

Arguments

x

A mizer array object.

log_y

The log_y argument of the plot method.

log

The log argument of the plot method.

given

Whether the caller supplied log_y (i.e. !missing(log_y)).

Value

The log_y to use.


mizer documentation built on Aug. 24, 2026, 9:08 a.m.