search for: firstcolumn

Displaying 6 results from an estimated 6 matches for "firstcolumn".

2006 Jun 09
4
HTML nsmall vector format problem
...red number of digits after the decimal place. Am I doing something wrong/misunderstanding or is it a bug? Looking at the example supplied with ?HTML.data.frame: HTML(iris[1:2,1:2],nsmall=c(3,1),file="") Gives html output that includes the lines: </tr> <tr><td class=firstcolumn>1</td><td class=cellinside>5.100</td><td class=cellinside>3.500</td></tr> <tr><td class=firstcolumn>2</td><td class=cellinside>4.900</td><td class=cellinside>3.000</td></tr> My understanding of how nsmall works...
2009 Apr 29
1
RweaveHTML (R2HTML) Help
...ataframe> <tbody> <tr class= firstline > <th></th><th> Sepal.Length</th><th> Sepal.Width</th><th> Petal.Length</th><th> Petal.Width</th><th> Species</th> </tr> <tr><td class=firstcolumn></td><td class=cellinside>Min. :4.300 </td><td class=cellinside>Min. :2.000 </td><td class=cellinside>Min. :1.000 </td><td class=cellinside>Min. :0.100 </td><td class=cellinside>setosa :50 </td></tr> <tr&gt...
2013 Apr 11
3
odfWeave: Some questions about potential formatting options
Hello All, Learning to use the odfWeave package. I really like the package. It has good documentation, makes some very nice looking tables, and seems to have lots of options for customizing output. There are a few things I'd like to do that don't seem to be covered in the documentation though. So I'm not sure if they're possible or not. Here's a list of some things I'd
2013 Jan 27
1
decimal places in R2HTML
Dear R People: I have an AOV model that I get confidence intervals from via > confint(chick1.aov1) 2.5 % 97.5 % trtA 1.472085 1.607915 trtB 1.512085 1.647915 trtC 1.328751 1.464582 > I am using R2HTML to produce HTML output. However, the HTML code itself just has rounded values, i.e., 1.5 and 1.6. Has anyone run across this, please? Any suggestions would be much appreciated.
2010 Apr 24
1
Adding new column variable to a existing spreadsheet
Hi, I've got a csv format of file. There are seven columns of variables all together, and I've used the diff() function to take the differences between the variables in one column. Now I want to add the differences as the 8th column variable to the csv file. Is there any way that I can do this? Thanks in advance. Carol Gao [[alternative HTML version deleted]]
2009 Feb 06
3
how to delete specific rows in a data frame where the first column matches any string from a list
Hi, I'm new in the mailing list but I would appreciate if you could help me with this: I have a big matrix from where I need to delete specific rows. The second entry on these rows to delete should match any string within a list (other file with just one column). Thank you so much! Laura