search for: d8u

Displaying 3 results from an estimated 3 matches for "d8u".

Did you mean: d8
2011 Feb 16
1
Rjdbc dbGetquery execution error
...so am including my code below: library("RJDBC") param <- 249 param2 <- 188129 postgres <- JDBC("org.postgresql.Driver", ".m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar") con <- dbConnect(postgres, "jdbc:postgresql://hq.d8u.us/erm", user = "hdiwan") sql <- "select id, startdate, value from dists where profileid = ?" data1 <- dbGetQuery(conn, sql, param) # Dies here, no matter what the query, tried with "select 1+1" as well as the one above data2 <- dbGetQuery(conn, sql, para...
2012 Mar 16
1
ggmap crash
Not sure if this is the right place to report this, but: Am using ggmap to generate a map of a bounding box from 161 latitude/longitude pairs and the code crashes R (in ess). Data is at http://analysis.d8u.us/~hdiwan/plotSource.csv and the code to read it is below. I'm not sure if ess, emacs, ggmap, R, or my laptop is to blame. Here's the code: > rmc <- read.csv('http://analysis.d8u.us/~hdiwan/rmc.csv', header=TRUE) > siteLat = c(as.numeric(rmc$latitude)) > siteLon = c(as....
2015 Feb 06
3
how to draw paired mosaic plot?
Hi all: If there are two numeric variable:x,y, and I can get paired scatter plot by function "pairs".But if x and y are character, and I want to get paired mosaic plot,which function should be used then? Many thanks! My best. -- QQ: 1733768559 [[alternative HTML version deleted]]