cpt.cols-class: Methods for the 'cpt.cols' class

Description Usage Arguments See Also

Description

Methods for the 'cpt.cols' class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
## S3 method for class 'cpt.cols'
as.character(x, ...)

## S3 method for class 'cpt.cols'
as.vector(x, ...)

## S3 method for class 'cpt.cols'
length(x)

## S3 method for class 'cpt.cols'
data.frame(x, ...)

## S3 method for class 'cpt.cols'
as.data.frame(x, ...)

## S3 method for class 'cpt.cols'
print(x, ...)

## S3 method for class 'cpt.cols'
plot(x, n.total = length(x), ax = NULL, ylab = NULL,
  ...)

Arguments

x

an object of class 'cpt.cols'

...

additional parameters; for print these are fed to cat; for plot these are fed to image

n.total

integer; currently unused

ax

statements which draw axes for the colors. This overrides the default axes which are simply an index of color numbers using axis

ylab

character or expression; if this is NULL the name of the palette is shown; could be used to design a custom color palette, for example.

See Also

read_cpt


abarbour/cb.city documentation built on May 10, 2019, 4:06 a.m.