logfill {log10} | R Documentation |
Decimal x-y filledcontour plot
Description
Plot a filledcontour plot with 10-log axes, and superposes a contour plot with values
Usage
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
data(volcano)
par(mfcol=c(1,2),pty='s')
logfill(volcano)
logfill(volcano,log='')
[Package
log10 version 0.1.0-01
Index]