NetC: Convert data.frame for Netcdf

Description Usage Arguments Value Author(s)

View source: R/NetC.R

Description

Convert the data frame from IDW/EDW/ADW function for a netcdf file

Usage

1
2
NetC(data, varName = "data", fileName = "V1", mask = F,
  path = NULL)

Arguments

data

The data frame output by IDW/EDW/ADW function

varName

Variable name in netcdf file

fileName

Netcdf file name archive (or path with name). Default is "data" and the archive will be save in current directory

mask

A logical param for choose make a geografical mask by a shapefile. If TRUE, is necessary put a path with shapefile andress in any directory.

path

The directory of shapefile for geografical mask in grid (Only mask=TRUE)

Value

Generate a netcdf file in current directory or in path directory

Author(s)

Rodrigo Lins R JĂșnior


rrodrigojrr/ADW documentation built on Sept. 4, 2020, 8:12 a.m.