photobiology (version 0.9.30)

merge_attributes: Merge and copy attributes

Description

Merge attributes from x and y and copy them to z. Methods defined for spectral objects of classes from package 'photobiology'.

Usage

merge_attributes(x, y, z, which, ...)

# S3 method for default merge_attributes(x, y, z, which = NULL, ...)

# S3 method for generic_spct merge_attributes(x, y, z, which = NULL, copy.class = FALSE, ...)

Arguments

x, y, z

R objects

which

character

...

not used

copy.class

logical If TRUE class attributes are also copied.

Value

A copy of z with additional attributes set.

Methods (by class)

  • default: Default for generic function

  • generic_spct: