search for: 10mm

Displaying 10 results from an estimated 10 matches for "10mm".

Did you mean: 10m
2011 Oct 28
1
xtable with \begin{tabular} and only.contents
...(2345) res <- matrix(sample(0:9, size=6*9, replace=TRUE), ncol=6, nrow=9) xres <- xtable(res) digits(xres) <- rep(0, 7) addtorow <- list() addtorow$pos <- list() addtorow$pos[[1]] <- c(0, 2) addtorow$pos[[2]] <- 4 addtorow$command <- c('\vspace{2mm} \n', '\vspace{10mm} \n') print(xres, add.to.row=addtorow, include.rownames=FALSE, include.colnames=TRUE, only.contents=TRUE, hline.after=c(0, 0, 9, 9)) Output (only.contents=TRUE) % latex table generated in R 2.13.2 by xtable 1.6-0 package % Fri Oct 28 11:38:10 2011 1 & 2 & 3 & 4 & 5 & 6 \\...
2009 May 21
1
size of point symbols
Dear list, This might be a topic for r-devel but i may be missing something obvious. I don't understand the rationale in the absolute sizes of the point symbols, and I couldn't find it documented. The example below uses Grid to check the size of the symbols against a square of 10mm x 10mm. > checkOneSymbol <- function(pch=0){ > gTree(children=gList( > rectGrob(0.5, 0.5, width=unit(10, "mm"), height=unit(10, > "mm"), > gp=gpar(lty=2, fill=NA, col=alpha("black", 0.5))), > pointsGrob(0.5, 0.5,...
2009 May 21
1
size of point symbols
Dear list, This might be a topic for r-devel but i may be missing something obvious. I don't understand the rationale in the absolute sizes of the point symbols, and I couldn't find it documented. The example below uses Grid to check the size of the symbols against a square of 10mm x 10mm. > checkOneSymbol <- function(pch=0){ > gTree(children=gList( > rectGrob(0.5, 0.5, width=unit(10, "mm"), height=unit(10, > "mm"), > gp=gpar(lty=2, fill=NA, col=alpha("black", 0.5))), > pointsGrob(0.5, 0.5,...
2017 Jun 25
2
Help to organize data
...you can find a hypothetical example of what I have and I what I need comes in sequence. The following table is what I have for a single year. Notice that number of observations varies from day to day entire year. *Day* *Time* *Prec* Jan 1 7:00 20mm 1 7:20 15mm 1 7:30 5mm 2 6:00 10mm 2 15:00 16mm ... ... ...mm 31 7:00 2mm Feb 1 9:00 6mm 1 9:45 30mm 2 6:45 12mm 2 16:00 20mm 2 22:00 60mm *...* *...* *...mm* 28 11:30 25mm *...* *...* *...* *...mm* Dec 31 *...* *...mm* That way is hard to develop analysis comparing to another year. Thus, I wo...
2007 Nov 26
1
Plotting with R: setting the y axis
..., 0.76 , 0.76 , 0.75 , 0.73 , 0.71 ) > jpeg("nano_WoloshukRIB401488.jpg") > plot( x , > z , > type="l" , > cols="red" , > main="nanodrop - #012345" , > xlab="Wavelength(nm)" , > ylab="10mm Absorbance" ) > dev.off() -- David Jacoby jacoby at purdue.edu Purdue Genomics Facility S049, WSLR building Phone: hah!
2011 Jul 15
1
Error Message Help: Differing Number of Rows
...nput are 3 .txt format files as follow: Precipitation_18o: 2 columns - column 1 is a date (Excel number format) and column 2 is an isotope ratio (i.e. -8.12) Runoff_18o: same as above Daily_Precip: 2 columns - column 1 is the same date format but column 2 is a weekly bulk precipitation value (i.e. 10mm) When running the script, I keep getting the following error message: Error in data.frame(cQ.ou[ind.mea], cQ[cal.cQ:nrow(cQ), 2]) : arguments imply differing number of rows: 42, 44 Now, I know it's not the script, as it run perfectly for one site, but not the other, but having read previo...
2017 Jun 25
0
Help to organize data
...r of observations varies from day to day entire year. > > > > *Day* > > *Time* > > *Prec* > > Jan > > > > 1 > > 7:00 > > 20mm > > 1 > > 7:20 > > 15mm > > 1 > > 7:30 > > 5mm > > 2 > > 6:00 > > 10mm > > 2 > > 15:00 > > 16mm > > ... > > ... > > ...mm > > 31 > > 7:00 > > 2mm > > Feb > > 1 > > 9:00 > > 6mm > > 1 > > 9:45 > > 30mm > > 2 > > 6:45 > > 12mm > > 2 > > 16:00 &gt...
2002 Nov 13
1
Package documentation and rd.sty
Hi all, I've got a basic question regarding package documentation and rd.sty. I wrote my first own package, and now I would like to place the documentation into the appendix of another LaTex document. Seemingly I cannot simply \usepackage{Rd}, as this will modify the page-settings of my document. Is there a minimum style file which will just define the environments and commands needed for
2006 May 05
5
large data set, error: cannot allocate vector
...e. Distribute FLOSS for Windows, Linux, *BSD, and MacOS X with BitTorrent ------- $ uname -sorv ; rpm -q R ; R --version Linux 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:08:39 EDT 2005 GNU/Linux R-2.3.0-2.fc4 R version 2.3.0 (2006-04-24) Copyright (C) 2006 R Development Core Team $ wc -l dataset.010MM.txt 10000000 dataset.010MM.txt $ head -3 dataset.010MM.txt 15623 3845 22309 $ wc -l dataset.100MM.txt 100000000 dataset.100MM.txt $ head -3 dataset.100MM.txt 15623 3845 22309 $ cat ex3.r options(width=1000) foo <- read.delim("dataset.010MM.txt") summary(foo) foo <- read.delim(&q...
2006 Sep 28
15
Inserting rows into linking table
Hi, I have two objects: Contacts Lists I want to be able to add multiple contacts to multiple lists. I''ve created a linking table and a form that allows me to select the contacts using checkboxes, but I''m having some problems with the controller and model. I receive the following error message when I submit the form: Mysql::Error: Cannot add or update a child row: a