search for: spkf

Displaying 1 result from an estimated 1 matches for "spkf".

Did you mean: spf
2004 Jun 01
2
Importing binary data
...r ] <- readBin(fid, character()) th.v[ counter ] <- readBin(fid, numeric(), size=4) ses.v[ counter ] <- readBin(fid, character()) rec.v[ counter ] <- readBin(fid, character()) counter <- counter + 1 tempi <- readBin(fid, integer(), size=1, signed=FALSE) } close( fid ) spkf <- factor ( spk.v ) impf <- factor ( imp.v ) det.f <- data.frame( spk=spkf, imp=impf, score=score.v, th=th.v, ses=ses.v, rec=rec.v, type=type.v) det.f }