pth_mat_replace_data: Replace data in 'pth_mat'

View source: R/mat_replace_data.R

pth_mat_replace_dataR Documentation

Replace data in pth_mat

Description

Replace data in pth_mat

Usage

pth_mat_replace_data(mat, ...)

## Default S3 method:
pth_mat_replace_data(mat, ...)

## S3 method for class 'pth_mat'
pth_mat_replace_data(mat, new_data, ...)

Arguments

mat

double matrix with three columns, one row for each color.

...

other args (not used)

new_data

matrix with 3 columns, new data for mat

Value

Object with same class, attributes as mat


ijlyttle/colorpath documentation built on Sept. 13, 2022, 7:44 p.m.