Displaying 2 results from an estimated 2 matches for "mymarkers".
2011 Sep 15
0
RGoogleMpas error
...df -page 3" (see below) I get the following error
"Error en plot.xy(xy.coords(x, y), type = type, ...) "
I have tried to solve it but I am going crazy with this, because sometime in the past I made it work
I would really appreciate some help
Thanks
Gabriel
***
#Define the markers:
mymarkers <- cbind.data.frame(lat = c(38.898648,38.889112, 38.880940),
lon = c(-77.037692, -77.050273, -77.03660), size = c('tiny','tiny','tiny'),
col = c('blue', 'green', 'red'), char = c('','',''));
#get the bounding box:
bb <- q...
2007 Mar 02
8
DNAT and Load Balancing
Hi all!
After that good thread "DGD patch not detecting dead gateway" I was
able to set up a Load Balancing with ping based DGD (without Julian
Anastasov patch). But now I''m facing a new problem and tried some
options, with only partial solutions.
I made a script based on
http://www.mail-archive.com/lartc@mailman.ds9a.nl/msg16257.html (Thank
you Manish Kathuria),