pixc_read: Read data from a pixel_cloud netcdf file

Description Usage Arguments

Description

Read data from a pixel_cloud netcdf file

Usage

1
2
pixc_read(ncfile, group = c("pixel_cloud", "tvp", "noise"),
  latlim = c(-90, 90), lonlim = c(-180, 180), keep_na_vars = FALSE)

Arguments

ncfile

a pixel_cloud netcdf file

group

Which group to get data from: "pixel_cloud", "tvp", or "noise"

latlim, lonlim

Limits of latitude and longitude, as length-2 vectors

keep_na_vars

Keep variables with nothing but missing values?


markwh/rivertile documentation built on Oct. 23, 2019, 1:22 a.m.