help_plotNClayer: plot single layer netCDF.

Description Usage Arguments Value Author(s)

Description

help_plotNClayer is plotting a single NetCDF file layer.

Usage

1
2
3
4
5
help_plotNClayer(infile, var = "pre", shp = NA, proj_utm = FALSE,
  crs_proj4 = "+proj=utm +zone=30 +ellps=intl +units=m +no_defs",
  plot_proj_utm = TRUE, outfolder,
  colorRampPal = colorRampPalette(brewer.pal(9, "Blues"))(100),
  zlims = NULL, xlims = NULL, ylims = NULL, flip = FALSE)

Arguments

infile

netCDF file.

var

netCDF variable.

shp

shape file, optional.

proj_utm

boolean, is ncfile projected on UTM

crs_proj4

character, proj4 projection definition

plot_proj_utm

boolean , should out plot be projected

outfolder

output folder

colorRampPal

colorRampPalette

zlims

value limits for ploting

xlims

x limits for ploting

ylims

y limits for ploting

flip

boolean, default=FALSE, flip the values of a Raster* object by inverting the order of the rows (direction=y)

Value

plot in pdf.

Author(s)

Johannes Brenner johannes.brenner@ufz.de


JBrenn/Helper4me documentation built on May 7, 2019, 6:49 a.m.