plot.raster2: plot raster2 object

Description Usage Arguments Value

View source: R/plot.raster2.R

Description

plot raster2 object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'raster2'
plot(
  x,
  varname,
  zcols,
  I_sel,
  range = NULL,
  fix_lon360 = TRUE,
  offset = 0,
  sp.layout = NULL,
  is.SpatialMat = FALSE,
  ...
)

Arguments

x

cmip5 object returned from ncread

varname

variable name in the data of x

zcols

how many columns to plot? default is 4.

I_sel

A vector indicating subset rows of x

fix_lon360

boolean. If true, it will convert longitude from 0-360 to -180 - 180.

sp.layout

NULL or list; see notes below

is.SpatialMat

is it spatial matrix (FALSE: numeric vector)?

...

other parameters to spplot

Value


kongdd/CMIP5tools documentation built on Dec. 17, 2020, 11:03 a.m.