Display the available colour palettes
show.available.palettes.RdDisplays the available colour palettes
Usage
show.available.palettes(
  type = 'general',
  filename = NULL,
  height = 5,
  width = 8,
  resolution = 300
  );Arguments
- type
- Either “general”, “specific”, or “both” (default) 
- filename
- Filename for tiff output, or if NULL returns the trellis object itself 
- height
- Figure height, defaults to 8 inches – this is optimal for the specific schemes 
- width
- Figure width, defaults to 12 – this is optimal for the specific schemes 
- resolution
- Figure resolution in dpi, defaults to 300 

