bin2num {dwdradar}R Documentation

binary to numeric

Description

Call FORTRAN routines

Usage

bin2num(dat, len, na = NA, clutter = NA, RX = FALSE)

Arguments

dat

Binary data returned by readBin

len

Length of data.

na

Value to be set for missing data (bit 14). DEFAULT: NA

clutter

Value to be set for clutter data (bit 16). DEFAULT: NA

RX

Logical: call rx routine? DEFAULT: FALSE

Value

numerical vector

Author(s)

Berry Boessenkool, berry-b@gmx.de, May + Oct 2019

See Also

readRadarFile


[Package dwdradar version 0.2.10 Index]