search for: facetgrid

Displaying 2 results from an estimated 2 matches for "facetgrid".

Did you mean: facet_grid
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
...what happened (in all three > > > versions): > > > > set.seed (1410) > > > > dsmall <- diamonds [sample (nrow(diamonds), 100), ] > > > > > > > > qplot (carat, price, data = diamonds) > > > Error in get("new", env = FacetGrid, inherits = TRUE) > > > (FacetGrid, ...) : > > > could not find function "is.formula" > > > > > > > > > Can somebody please clue me in as to what's happening, > > > what I am doing wrong, etc? > > > > > Regards,...
2009 Jul 18
7
Question on qplot
Hi, suppose I have following codes : library(zoo); library(ggplot2) dat <- matrix(rnorm(500*2), 500); dat <- zooreg(dat, start = as.Date("01/01/01", "%m/%d/%y"), frequency=1); plot(dat) head(dat); month.no <- format(index(dat), "%m"); dat1 <- cbind(coredata(dat), as.numeric(month.no)) x <- dat1[,1]; y <- dat1[,2]; z <- dat1[,3] Now I draw a