ggside-ggproto-coord: Coord Compatible with ggside

as_ggsideCoordR Documentation

Coord Compatible with ggside

Description

S3 class that converts old Coord into one that is compatible with ggside. Can also update ggside on the object. Typically, the new ggproto will inherit from the object being replaced.

Usage

as_ggsideCoord(coord)

## Default S3 method:
as_ggsideCoord(coord)

## S3 method for class 'CoordCartesian'
as_ggsideCoord(coord)

## S3 method for class 'CoordSide'
as_ggsideCoord(coord)

## S3 method for class 'CoordTrans'
as_ggsideCoord(coord)

## S3 method for class 'CoordFixed'
as_ggsideCoord(coord)

Arguments

coord

coord ggproto Object to replace


ggside documentation built on Dec. 5, 2022, 1:07 a.m.