Learn R Programming

spinifex (version 0.1.0)

set_axes_position: Returns the axis scale and position

Description

Typically called, by other functions to scale axes.

Usage

set_axes_position(x, axes)

Arguments

x

numeric data object to scale and offset

axes

Position of the axes: "center", "bottomleft" or "off". Defaults to "center".

Value

axis_scale and axis_scale

Examples

Run this code
# NOT RUN {
rb <- basis_random(4, 2)
set_axes_position(x = rb, axes = "bottomleft")
# }

Run the code above in your browser using DataLab