Displaying 3 results from an estimated 3 matches for "glayer".
Did you mean:
layer
2009 Apr 09
1
Problem including panoramino with google
Hi,
i cannot make panoramino work with my google map...
I tried
mapstraction.addOverlay(new GLayer("com.panoramio.all"));
and this
mapstraction.addOverlay("com.panoramio.all");
But all i can have is a 400 error response.
I also need wikipedia data, but i get the same error code.
Can someone help me ?
--
Pascal
2012 Dec 20
1
Plot multiple Graphics via Layers
...barplot(x, horiz=T, xlim=c(-.75,.75), ylim=c(0,10),col=c("black"),
axes=F, width = .5, space = .5)
axis(side=1, labels=F)}
)
magenta3 <- c(rep(0,length(X[1,])),X[2,],rep(0,length(X[-(1:2),])))
X2 <- matrix (magenta3, ncol=13, byrow=T)
layer2 <- glayer(apply(X=X2[,1:13],
MARGIN = 2,
FUN=function(x) {
barplot(x, horiz=T, xlim=c(-.75,.75), ylim=c(0,10),col=c("magenta3"),
axes=F, width = .5, space = .5)
axis(side=1, labels=F)}
))
dodgerblue1 <- c(rep(0,length(X[1:4,])),X[5,],rep(0,length(X[...
2010 Nov 02
8
Una guía de estilo para programar en R... ¿comentarios?
Hola, ¿qué tal?
Hace poco vi que Google había hecho pública su guía de estilo interna
para programar en R:
http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html
Me tomé la libertad de traducirla:
http://datanalytics.com/guia_estilo_r.html
Cuanto más pienso en ella, más carencias veo. Escribí sobre ello en mi
blog (