defy: Default setting for continuous y-axis scale

View source: R/utils.R

defyR Documentation

Default setting for continuous y-axis scale

Description

A named list of the formal arguments for scale_y_continuous. This function helps you to create a fully populated list. For any function that uses this as a default, you can also create your own named list for arguments you want to update, using this default as a base.

Usage

defy(..., trans = deprecated())

Arguments

...

arguments for scale_y_continuous

trans

deprecated; use transform argument instead.

Examples

defy(transform="log")


metrumresearchgroup/pmplots documentation built on Oct. 15, 2024, noon