vis_nc_all: Visualize NETCDF file

Description Usage Arguments Value Author(s) See Also Examples

Description

Visualize several (or even all) time slices of a NETCDF object

Usage

1
2
vis_nc_all(nc, index = 1, Range = range(nc$var, na.rm = TRUE),
  expr = NULL, vlcnote = FALSE, ...)

Arguments

nc

nc object from read_nc

index

Integer: time slice numbers to be plotted. Will be truncated to values actually available. If index is very long, please make sure to be directing the output into a PDF, movie or similar. For automated movie generation, see vis_nc_film. A progress bar will be displayed to estimate remaining time. DEFAULT: 1

Range

Range of values, passed to colPoints. Use Range=NULL to have an individually fitted range for each time slice. DEFAULT: range(nc$var, na.rm=TRUE)

expr

Expression (potentially several lines wrapped in curly braces) to be executed after each call of vis_nc, like statements using axis, title, mtext etc. Can include references to current index value at each time step. DEFAULT: NULL

vlcnote

Add VLC instruction note in each frame? DEFAULT: FALSE

...

Further arguments passed to vis_nc. You likely do not want to mess with z!

Value

list of colPoints list outputs

Author(s)

Berry Boessenkool, berry-b@gmx.de, Feb 2017

See Also

vis_nc, vis_nc_film to create an animated movie

Examples

1
# to be added

brry/mhmVis documentation built on May 13, 2019, 7:53 a.m.