Displaying 3 results from an estimated 3 matches for "rad2".
Did you mean:
rad
2002 Nov 08
0
Polar plot, circular plot (angular data): II
...p$radial.tick.marks()
print("Made my grid & labels (pp$plot.grid.labels).")
}, fit.rad = function (x, twop = 2 * pi)
{
for (i in 1:length(x)) {
while (x[i] < 0) x[i] <- x[i] + twop
while (x[i] >= twop) x[i] <- x[i] - twop
}
return(x)
}, fit.rad2 = function (th)
pp$fit.rad(pp$theta.zero + (!pp$theta.clw) * th - (pp$theta.clw) *
th), cartesian = function (r, th)
{
return(cbind(r * cos(th), r * sin(th)))
}, basis = function ()
{
if (is.null(pp$rupper))
pp$rpretty <<- pretty(0:ceiling(max(pp$r)))
if (is.numer...
2015 Sep 23
3
ISC DHCP failover
...e replying to all requests (which for renewals works okay
because they both give the same address, but new requests get two
different responses). I thought that only one server would reply to a
particular request.
Also, every DHCPACK is followed by a message like this in the log:
Sep 23 15:45:50 rad2 dhcpd: bind update on x.x.x.x from mypeer rejected: incoming update is less critical than outgoing update
Any ideas? I subscribed and asked over on the ISC-operated dhcp-users
list but haven't had any responses. Google finds others asking about
the same log message, and the only responses se...
2009 Jan 23
0
high values of my response variable get chopped off of lattice dotplots
...00
1st Qu.: 9.50 item14 :14 1st Qu.:0.0000
Median :11.00 item16 :14 Median :0.0000
Mean :11.64 item1 : 0 Mean :0.6744
3rd Qu.:16.00 item2 : 0 3rd Qu.:1.0000
Max. :20.00 item3 : 0 Max. :3.0000
NA's :18.00 (Other): 0
Here are a few cases in junk
rad1 rad2 mean.barr variable value
553 11 NA NA item14 0
556 16 16 16.0 item14 2
562 NA NA NA item14 2
565 NA NA NA item14 0
568 20 20 20.0 item14 0
571 17 NA NA item14 0
574 13 11 12.0 item14 3
5...