x3p_raster_relabel_replace: Replace mask label with a new label

View source: R/x3p_raster_relabel.R

x3p_raster_relabel_replaceR Documentation

Replace mask label with a new label

Description

Replace mask label with a new label

Usage

x3p_raster_relabel_replace(df, mask_1, mask_2, multiple = FALSE, select_col)

Arguments

df

object of class 'x3p' or a tibble style dataframe containing 'x3p' objects

mask_1

old mask label the user wishes to replace, must be a color code #8digits

mask_2

new mask label user wishes to replace with old mask label, must be a color code #8digits

multiple

clarify whether user is working with a single 'x3p' object or multiple in a tibble style dataframe

select_col

if multiple = TRUE, column name containing the x3p objects


xazip/x3pLeaX documentation built on July 14, 2022, 5:37 p.m.