Displaying 20 results from an estimated 200 matches similar to: "OT: irises"
2008 Jul 31
0
hwriter - Writing R objects in HTML format
Dear R community,
I'm pleased to announce the availability of hwriter v0.92 on CRAN.
hwriter is an easy-to-use package able to format and output R objects in
HTML format. It supports advanced formatting, tables, CSS styling,
images and provides a convenient mapping between R tables and HTML tables.
hwriter combines the simple syntax of the xtable package and the
strength of HTML/CSS
2008 Oct 07
0
hwriter - Writing R objects in HTML format
Dear R community,
I'm pleased to announce the availability of hwriter v0.93 on CRAN.
hwriter is an easy-to-use package able to format and output R objects in
HTML format. It supports advanced formatting, tables, CSS styling,
images and provides a convenient mapping between R tables and HTML tables.
hwriter combines the simple syntax of the xtable package and the
strength of HTML/CSS
2008 Jul 31
0
hwriter - Writing R objects in HTML format
Dear R community,
I'm pleased to announce the availability of hwriter v0.92 on CRAN.
hwriter is an easy-to-use package able to format and output R objects in
HTML format. It supports advanced formatting, tables, CSS styling,
images and provides a convenient mapping between R tables and HTML tables.
hwriter combines the simple syntax of the xtable package and the
strength of HTML/CSS
2009 Apr 30
1
newbie HWRITER package question
Hi,
I am playing with hwriter examples given in "example" page.
Here's what I've done:
> library (hwriter)
>
> p = openPage ('table.html')
> hwrite (1:5, p)
> hwrite (iris[1:3, 1:3], p, row.bgcolor='#ffdc98')
> closePage (p)
>
> browseURL('table.html')
What I get is not as nice as what I see via the "example"
page. I
2012 Jul 30
1
Accents and special character using hwriter (on Windows)
Hello,
I have a problem with special characters such as "?" or "?" when using
hwriter. This only happens when I use windows, it works fine on mac. If I
do:
print(datosdv)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
but:
hwrite(datosdv, p, br=TRUE)
"Ciencias Sociales y Jur?dicas n:74 | 33.94%"
The bad sign is in the code, is not a problem of the
2009 Oct 01
2
question
hi
I am going to crazy.I want to use beadarray package in R, but I cant.
when I want install it, I encounter to this message "Loading required
package: hwriter
Loading required package: sma
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc
= lib.loc) :
'sma' is not a valid installed package"
I cant find sma and hwriter packages, it seems that they are
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
I have been trying to compile the earth Multivariate Adaptive
Regression of Splines package as a standalone application under Linux
(x86_64 kernel-2.6.27.21 openSUSE 11.1) with gcc 4.3.2.
The package compiles without problems from within R as an R module and
I get the following linker error:
earth.c:(.text+0x1a14): undefined reference to `dqrdc2_'
earth.c:(.text+0x1ae4): undefined
2010 Feb 04
2
no write access for help files
Hi
I'm using R v2.8 under Windows*) and I'm trying to install a new package (local zip file), but I get the message below. I followed some advice at http://cran.r-project.org/bin/windows/base/rw-FAQ.html (4.2 onwards), but to no avail. How can I tell R to save the help files to an alternative location? I don't have write access to the default location.
>
2009 Jun 02
1
my little r is sick
Hi,
Suddenly, I find my little r is sick.
Given:
#! /usr/bin/env r
library (hwriter)
unlink ('tmp.html')
p = openPage ('tmp.html')
hwrite ("Hello World", p)
closePage (p)
browseURL ('tmp.html')
It worked fine a few days ago, but now it says:
r: error while loading shared libraries: libR.so: cannot open shared object file: No such file or
2008 Jul 20
1
confusion matrix in randomForest
I have a question on the output generated by randomForest in classification
mode, specifically, the confusion matrix. The confusion matrix lists the
various classes and how the forest classified each one, plus the
classification error. Are these numbers essentially averages over all the
trees in the forest? If so, is there a way I can get the standard deviation
values out of the randomForest,
2010 Sep 09
6
Reproducible research
I am investigating some approaches to reproducible research. I need in
the end to produce .html or .doc or .docx. I have used hwriter in the
past but have had some problems with verbatim output from R. Tables are
also not particularly convenient.
I am interested in R2HTML and R2wd in particular, and possibly odfWeave.
Does anyone have sample documents using any of these approaches which
2005 Feb 19
2
{Bounce} Unsolicited Commercial Email Rejected
The recipient has requested to have their mails scanned for Spam.
Our UCE (Spam) detectors have been triggered by a message you sent:
To: wildflower@greenapple.com
Subject: Wildflower, Ġėţ ready for Romáňćė in 15 míns - Ġėţ Ċĩàĺĩŝ softatábs at upto 80℅
2010 Jan 11
3
Illustrating kernel distribution in wheat ears
Dear all
R2.10 WinXP
I have a dataset dealing with the way different wheat cultivars build their yield.
Wheat ears are organised in spikelets where the spikelets can be numbered from the bottom, with even numbers on one side and odd on the other.
I know how many kernels there were in each spikelet after some months spent counting them...
Now I want to illustrate the differences between the
2007 Jul 19
2
Subsetting dataframes
Dear all!
W2k, R 2.5.1
I am working with an ongoing malting barley variety evaluation within
Sweden. The structure is 25 cultivars tested each year at four sites, in
field trials with three replicates and 'lattice' structure (the replicates
are divided into five sub blocks in a structured way). As we are normally
keeping around 15 varieties from each year to the next, and take in 10 new
2005 Feb 22
1
Re: R-help Digest, Vol 24, Issue 22
You need to give the model formula that gave your output.
There are two sources of variation (at least), within and
between locations; though it looks as though your analysis
may have tried to account for this (but if so, the terms are
not laid out in a way that makes for ready interpretation.
The design is such (two locations) that you do not have
much of a check that effects are consistent over
2011 May 09
3
converting a matrix or data.frame into an html table
Dear all,
Is there a function in R to convert a matrix or a data.frame into an html table?
Many thanks,
Samuel
[[alternative HTML version deleted]]
2010 Dec 01
3
Save R2HTML as an object instead of file
Hi
Is it possible to instead of getting the HTML code written to a file, get it
saved as a string in an object instead?
Or is there any kind of package that can do this?
//Joel
--
View this message in context: http://r.789695.n4.nabble.com/Save-R2HTML-as-an-object-instead-of-file-tp3066776p3066776.html
Sent from the R help mailing list archive at Nabble.com.
2005 Feb 21
2
power.anova.test for interaction effects
This question will probably get me in trouble on theoretical grounds, but I
will pose it anyway.
The situation:
I recently ran a field study looking for differences in sugarbeet cultivar
tolerance to a specific herbicide. The study was set up so that 37
cultivars were treated with 4 different applications of the herbicide (37*4
factorial). In doing so, we found that the interaction effect was
2009 Apr 16
3
Presenting R Results in Webpages
I apologize in advance that this question is not specific to R, but I thought some R users may be using this in their work process flow.
I would like to be able to have a tool (prefer "scriptable") that will take two images and some pre-written text and put it on an simple webpage.
That is, it would look something like the following:
|---------------------------------------------|
2001 Nov 18
1
plotting overlapping data points
I am just learning to use R. The data from my current project are
integer-valued. I am able to create scatterplots, but I would like to
have some indication on the plots when multiple data points overlap at
the same x-y coordinate. SPSS uses 'petals', and other packages use
jitter. Are there similar options in R? I have not been able to find
any in the documentation.
Thanks very much,