sk.levelplot: My wrapper to the lattice function levelplot. Allows for some...

Description Usage

View source: R/skPlotUtils.r

Description

My wrapper to the lattice function levelplot. Allows for some own color schemes The parameter focus specifies at which z range stronger color changes shall appear

Usage

1
2
3
4
5
sk.levelplot(x = NULL, y = NULL, z = NULL, xnames = NULL,
  ynames = NULL, grid.xyz = NULL, col.scheme = "darkredgreen",
  na.col = NULL, at = NULL, at.scheme = "interval", focus = 0,
  cuts = 15, col.regions = NULL, xlab = NULL, ylab = NULL,
  panel = panel.levelplot, zlim = NULL, reverse.colors = FALSE, ...)

skranz/skUtils documentation built on April 12, 2021, 11:43 a.m.