Convert a raw vector into signed integers (short)
Source:R/01supporting_functions.r
rawToSignedInt.Rd
This function converts a vector of raw
data into signed integer values.
Details
This function converts a vector of raw
data into signed integer values
[-128,127]. To convert unsigned integers into raw data use as.raw()
.
For the inverse of this function see signedIntToRaw()
.
See also
Other raw.operations:
as.raw()
,
nybbleToSignedInt()
,
nybble()
,
rawToCharNull()
,
rawToPTModule()
,
rawToUnsignedInt()
,
signedIntToNybble()
,
signedIntToRaw()
,
unsignedIntToRaw()
Other integer.operations:
nybbleToSignedInt()
,
nybble()
,
rawToUnsignedInt()
,
signedIntToNybble()
,
signedIntToRaw()
,
unsignedIntToRaw()
,
waveform()