Displaying 1 result from an estimated 1 matches for "finalbearing".
2010 Jul 26
1
After writing data in MMF using SEXP structure, can i reference in R?
...trongestantenna then the bearing
> is 360-bearingdiff.
> D) Also the strongestantenna and secondstrongestantenna have to be
> next to each other (e.g. value0 with value60, value240 with
> value300, value0 with value300) or the results should be NA.
After setting finalbearing with A, B, and C then:
yourdata$finalbearing <- with(yourdata, ifelse (
change.ind <5 & change.ind > 1 ,
NA, finalbearing) )
> I have been trying to use a series of if, else statements to produce
> these bearing, but all I am producing is errors. Any sugg...