Displaying 2 results from an estimated 2 matches for "pic4".
Did you mean:
pic
2010 Apr 25
4
Image into Excel file from R
Hi useRs,
I would like to know what R users are employing to get their
images/plots created in R, into Excel sheets.
I am aware of the various packages (xlsReadWrite, RODBC) to get data
frames into R, but I would like to copy images too.
Thank you for any help in solving this problem.
Regards,
Harsh Singhal
2012 Dec 07
0
Problem with ggmap
...added points
v5 = c(551, 426, 500); # Colors for added points
testData <- data.frame(lat = v1,lon = v2, big=v3, op=v4, col=v5) #
Group variables together
mapImageData4 <- get_googlemap(c(lon=-79.1, lat=
43.88),zoom=8,maptype="terrain"); # Get map image data
pic4 <- ggmap(mapImageData4) + geom_point(aes(x=lon,y=lat), data=testData,
colour = v5, size=v3, alpha = v4)
The following `from` values were not present in `x`: col, color, pch, cex,
lty, lwd, srt, adj, bg, fg, min, max
Thanks,
Axel.
[[alternative HTML version deleted]]