Displaying 3 results from an estimated 3 matches for "360degrees".
2005 Nov 22
1
windrose (circular package) error in table (PR#8341)
...0 0
>From 50 to 100 0 0.5 0 0 0 0
0 0 0 0 0
>
out1$table is correct. The data is all between 0-60degrees.
out2$table (changed rotation) is incorrect. The data are listed as being between
330-360degrees.
Out3$table (geographic rotation) is incorrect. The data are listed as being
between 60-90degrees.
Regardless of the rotation, the data should always be between 0-60degrees!
The problem only seems to occur when 'rotating' the plot.
2010 Jul 24
4
Trouble retrieving the second largest value from each row of a data.frame
I have a data frame with a couple million lines and want to retrieve the largest and second largest values in each row, along with the label of the column these values are in. For example
row 1
strongest=-11072
secondstrongest=-11707
strongestantenna=value120
secondstrongantenna=value60
Below is the code I am using and a truncated data.frame. Retrieving the largest value was easy, but I have
2010 Jul 26
1
After writing data in MMF using SEXP structure, can i reference in R?
...grees) if
the secondstrongestatenna is greater (eg value0 and value60), or if the
secondstrongestantenna is smaller than the strongestantenna, then the
bearingdiff is substracted from the strongestantenna. The only exception
is that if value0 (0degrees) is strongest and value300(360degrees) is the
secondstrongestantenna then the bearing is 360-bearingdiff. 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. I have been trying to use...