get_filteredFrame: Returns a single radar scan from the input netcdf file.

View source: R/file_preproc.R

get_filteredFrameR Documentation

Returns a single radar scan from the input netcdf file.

Description

Smaller objects are removed and the rest are lebeled.

Usage

get_filteredFrame(ncfile, var_id, scan_num, min_size = 2)

Arguments

ncfile

input netcdf file object from ncdf4 package.

var_id

string name of the varibale in the file.

scan_num

index of frame to be read from the file.

min_size

in pixels objects smaller than this will be removed. Default 2.


RBhupi/tracR documentation built on June 13, 2022, 4:42 a.m.