rtitle: Set or get the title of a Raster*.

Description Usage Arguments Details Value Examples

Description

Set or get the title of a Raster.

Usage

1
2
3
4
5
6
7
rtitle(x)

## S4 method for signature 'Raster'
rtitle(x)

## S4 replacement method for signature 'Raster,character'
rtitle(x) <- value

Arguments

x

Raster.

value

character. The title.

Details

This method was written after reading this stackoverflow answer.

Value

character.

Examples

1
2
3
4
x <- makeRimage(480)
rtitle(x)
rtitle(x) <- "some string"
rtitle(x)

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