ColorCollection: ColorCollection Class

ColorCollectionR Documentation

ColorCollection Class

Description

ColorCollection Class

ColorCollection Class

Public fields

id
label
categoricalPalettes
sequentialPalettes
divergingPalettes

Methods

Public methods


Method new()

Usage
ColorCollection$new(
  id,
  label,
  categoricalPalettes,
  sequentialPalettes,
  divergingPalettes
)

Method toJSON()

Usage
ColorCollection$toJSON()

Method fromJSONObject()

Usage
ColorCollection$fromJSONObject(ColorCollectionJsonObject)

Method fromJSON()

Usage
ColorCollection$fromJSON(ColorCollectionJson)

Method toJSONString()

Usage
ColorCollection$toJSONString()

Method fromJSONString()

Usage
ColorCollection$fromJSONString(ColorCollectionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ColorCollection$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.