cloneSlots: Copy some slots between CanopyPhoto objects.

Description Usage Arguments Value See Also Examples

Description

Copy the slots equipment, fisheye, datetime, geoLocation, bearing, elevation, fNumber, exposureTime, isoSpeed and names from a CanopyPhoto to another.

Usage

1
2
3
4
cloneSlots(from, to)

## S4 method for signature 'CanopyPhoto,CanopyPhoto'
cloneSlots(from, to)

Arguments

from

CanopyPhoto.

to

CanopyPhoto.

Value

CanopyPhoto.

See Also

loadPhoto.

Examples

1
2
3
4
5
6
7
x <- loadPhoto()
equipment(x) <- "some string"

y <- loadPhoto()

x <- cloneSlots(x, y)
equipment(x)

GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.