search for: dsmall

Displaying 8 results from an estimated 8 matches for "dsmall".

Did you mean: small
2009 Mar 02
3
ways to put multiple graphs on single page (using ggplot2)
Hi, Here are three plots: library(ggplot2) data(diamonds) randind <- sample(nrow(diamonds),1000,replace=FALSE) dsmall <- diamonds[randind,] qplot(carat, data=dsmall, geom="histogram",binwidth=1) qplot(carat, data=dsmall, geom="histogram",binwidth=.1) qplot(carat, data=dsmall, geom="histogram",binwidth=.01) What are ways to put these three plots on a single page and label them A,...
2008 Oct 28
1
does qplot works with Sweave?
...e diamonds data. This dataset is really large, it accounts for over 50.000 records. We will demostrate how to create nice and colorful graphics as well as creating some nice tabular tables with horizontal and vertical lines. <<dataAnalysis.R,echo=F>>= data(diamonds) attach(diamonds) dsmall <- diamonds[sample(nrow(diamonds),1000),] @ \begin{figure}[h] <<fig.R,echo=FALSE,fig=TRUE,width=6,height=7>>= qplot(carat,price,data=dsmall,colour = color) #THIS CODE DOESN'T WORK @ \end{figure} Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior...
2011 Jul 12
1
problem plotting points based on different values
...ly based on the p_value, the p_value range is between 0<0.0001< 0.001<0.05<1. I used a script using the ifelse loop, but it considers only two conditions at one time. Please tell me a way to fulfill all the conditions. here is the script: library(lattice) qplot(Drug_A, Drug_B, data=dsmall, size = p_value, colour = ifelse(p_value > 0, ">0", "<0.0001"), + ifelse(p_value1 > 0.001, ">0.001", "<0.01") + ifelse(p_value1 > 0.001, ">0.001", "<0.05" ))
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
...d this time it gave me a normal > > > return. > > > > > I was ready to retrace my steps with the book. I only got > > > to page 11 this time. Here's 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.formul...
2005 Dec 13
2
Parallel build of dash still fails
Building dash in parallel still fails: GEN dash/builtins.def HOSTCC dash/mkinit HOSTCC dash/mknodes HOSTCC dash/mksignames HOSTCC dash/mksyntax dash/mksignames.c:59: warning: function declaration isn?t a prototype dash/mksignames.c:365: warning: function declaration isn?t a prototype dash/mksignames.c:386: warning: function declaration isn?t a prototype KLIBCCC
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...ared.g ; ppc-linux-strip --strip-all -R .comment -R .note --strip-all -R .comment -R .note usr/kinit/kinit.shared : make -rR -f /root/ofs/trunk/packages/klibc-2.0.2/scripts/Kbuild.klibc obj=usr/dash gcc -Wp,-MD,usr/dash/.builtins.def.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL -DGLOB_BROKEN -DIFS_BROKEN -x c -E -o usr/dash/builtins.def usr/dash/builtins.def.in mkdir -p usr/dash/bltin && cd usr/dash && sh /root/ofs/trunk/packages/klibc-2.0.2/usr/dash/mkbuiltins builtins.def : gcc -Wp,-MD,usr/dash/.mknodes.d -Wall -Ws...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux
2004 Jun 14
1
glmmML package
I'm trying to use the glmmML package on a Windows machine. When I try to install the package, I get the message: > {pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)} Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library