get_colors: Retrieve Colors from a CLC Style Definition

View source: R/clc_category.R

get_colors.clcR Documentation

Retrieve Colors from a CLC Style Definition

Description

This function extracts the color values associated with a CLC style definition. It returns a character vector containing the 'color' field from the CLC style definition.

Usage

## S3 method for class 'clc'
get_colors(clo)

get_colors(clo)

## S3 method for class 'clc_category'
get_colors(clo)

## S3 method for class 'clc_raster'
get_colors(clo)

Arguments

clo

A 'clc_category' object.

Value

A character vector of colors.

See Also

Other CLC class functions: as_raster(), clc(), copy_to(), cut_to_extent(), get_levels.clc(), get_raster(), plot_clc(), prepare_plot(), save_to()

Examples

source_gpkg <- system.file("extdata", "clc.gpkg", package = "clc")
clo <- clc(source = source_gpkg, layer_name = "clc")

levels <- clo |>
  get_colors()


clc documentation built on April 4, 2025, 5:17 a.m.