Merge and copy attributes
Merge attributes from x
and y
and copy them to z
.
Methods defined for spectral objects of classes from package 'photobiology'.
merge_attributes(x, y, z, which, which.not, ...) ## Default S3 method: merge_attributes(x, y, z, which = NULL, which.not = NULL, ...) ## S3 method for class 'generic_spct' merge_attributes( x, y, z, which = NULL, which.not = NULL, copy.class = FALSE, ... )
x, y, z |
R objects. Objects |
which |
character Names of attributes to copy, if NULL all those
relevant according to the class of |
which.not |
character Names of attributes not to be copied. The
names passed here are removed from the list for |
... |
not used |
copy.class |
logical If TRUE class attributes are also copied. |
A copy of z
with additional attributes set.
default
: Default for generic function
generic_spct
:
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.