logfill: Decimal x-y filledcontour plot

Description Usage Arguments Examples

Description

Plot a filledcontour plot with 10-log axes, and superposes a contour plot with values

Usage

1
2
 
logfill(z,pal=hcp3,f.nbins=100,c.nbins=10,log='xy',c.col='black',int=c('i','i'),labcex=0.8,...)

Arguments

z

The matrix to be plotted. X and Y coordinates must be passed as rownames and colnames respectively

pal

The color palette : the package provides hcp1 and hcp2

f.nbins

Number of color shades for the plot

c.nbins

Number of lines for the overlapped contourplot : 0 suppresses the contourplot

log

Axes to be log-transformed

c.col

Color for the contour plot

int

A vector giving the type of the axes. Best not changed.

labcex

Character expansion of the contourplot

...

Further arguments to be passed to logplot

Examples

1
2
3
4
5
 
data(volcano)
par(mfcol=c(1,2),pty='s')
logfill(volcano)
logfill(volcano,log='')

log10 documentation built on May 2, 2019, 4:53 p.m.

Related to logfill in log10...