powered by
Adds a colored rectangular grid to an existing plot.
webdesign(xlim, ylim, colpal = "rdbu", xlabels = NULL, ylabels = NULL, ...)
x limits, standard graphics parameter.
y limits, standard graphics parameter.
a character vector containing R built-in color names or a name of a LSD colorpalette as a character string (see disco() or disco).
LSD
disco
a character vector containing labels depicted parallel to the x-axis.
a character vector containing labels depicted parallel to the y-axis.
additional parameters to be passed to abline().
demotour, disco, colorpalette
demotour
colorpalette
# NOT RUN { emptyplot(c(-5,5),c(-5,5)) labels = c("2 fold","4 fold","8 fold") webdesign(c(-5,5),c(-5,5),lty = 2,xlabels = labels,ylabels = labels) # }
Run the code above in your browser using DataLab