Displaying 20 results from an estimated 500 matches similar to: "Superscripts and subscripts in trellis graphics"
2009 Mar 25
1
Requesting help with lattice again
Hello, this is a request for assistance that I submitted earlier, this time
with the dataset. My mistake for taking up bandwidth. I've also rephrased
the question to address an additional concern.
I'm working on a windows XP machine with R 2.8.1
1). I'd like a barchart (or other lattice type display) HSI ~ of the three
factors (Region, Scenario and HydroState).
However
2009 Jul 01
0
help with superscripts in simple plots
Hello All,
When I use the following lines of code to create a plot and add labels
with R-square values the labels have a superscripted R2.
library(lattice)
xyplot(PropHatchedNests$Phatched + PropHatchedNests$PropNests +
PropHatchedNests$meanHSI + PropHatchedNests$RelMeanEggsNest ~
PropHatchedNests$Year, type = "b",
scales=list(tick.number=length(PropHatchedNests$Year)),
2009 Mar 24
1
Help with lattice
Hello.
I'm working on a windows XP machine with R 2.8.1
I'm working with lattice and I don't understand how to set the size of the
text for the labels. Can anyone suggest a solution?
I'm establishing a melted dataframe first and then setting a key and
calling the plot as follows;
> key.variable <- list(space = "right", text =
list(levels(wbirdm$variable)),
2009 May 05
1
setting trellis auto.key color values
I'm working with Lattice graphics and I would like very much to color code
the auto.key fill color with the same corresponding colors that I use in
the panels. I've looked on the web for clues, and on the CRAN-R help sites
searching on "trellis auto.key color" and variations, unfortunately the
responses there are not very specific.
Would someone please explain I have the
2002 Jun 14
1
Error: NA/NaN/Inf in foreign function call (arg 1)
Hi,
I have a huge data table with several variables containing missing values. I
want to make a simple scatter plot (Mass, HSI) and draw a smooth regression
on it.
Here are the summaries of these two variables:
> summary(Mass)
Min. 1st Qu. Median Mean 3rd Qu. Max.
46.0 205.9 272.5 282.6 348.3 610.1
> summary(HSI)
Min. 1st Qu. Median Mean 3rd Qu. Max.
2008 Jul 22
2
Decoding subscripts/superscripts from CSVs
Hi,
I have a CSV file with various biological reactions. Subscripts, superscripts,
and italics are encoded in carats, and I was wondering if R can actually
recognize those and print actual superscripts, etc. Here's an example:
<i>S</i>-adenosyl-L-methionine + rRNA = <i>S</i>-adenosyl-L-homocysteine +
rRNA containing
2008 Jul 30
1
Converting to subscripts and superscripts
Hi,
I am reading in a CSV file of chemical reactions where the subscripts and
superscripts are encoded in angle brackets, like below:
2 H<SUP>+</SUP> + 2 O<SUB>2</SUB><SUP>-</SUP>
Is there a way to convert these to actual sub/superscripts and save them in
another excel file? I greatly appreciate the help!
Thanks,
-Nina
PS. I asked this before, but I
2004 Jan 12
7
3.3v PCI board - TE410P photo
Hi-
I have posted a photo of the TE410P Digium card on my site,
so that those wishing to purchase a compatible motherboard
can see physically what the PCI slot requirement is:
http://www.evtmedia.com/TE410P.htm
I believe the required slot is a 64-bit, 3.3 Volt PCI, most
commonly found on Xeon-based motherboards. A 64-bit slot is
longer than the TE410P board requires, but the PCI connector
2004 Aug 09
4
Simultaneous subscripts and superscripts
Dear List,
I'd like to add text to a plot where a text symbol has both a
superscript and subscript. For example, the variable S with a
superscript 2 and a subscript t. I have been able to accomplish this
using either
expression( paste(S,atop(scriptstyle(2),scriptstyle(t))) )
or
expression( {S[t]}^2 )
but the spacing isn't quite right (or rather what I'd like) using
either of
2009 Jun 15
2
Click-to-dial CTI for Windows
Hello guys,
Is there a decent click-to-dial CTI which works well with Asterisk?
We have vanilla asterisk implementation and I have tried a few (ADA,
Outcall etc) but they have poor documentation and don't work very well.
We are looking for an application which can allow us to dial a number
from Outlook and IE/Firefox for outbound calls and get a pop-up for
inbound calls with call history
2018 Apr 16
2
lldb stops on every call to dlopen
Hello lldb developers, I am running into a problem with lldb on Linux. I am currently running llvm 6.0.0.
I have an executable that dynamically loads a large number of shared libraries at runtime. These are explicitly loaded via dlopen (they are specified in a configuration file), and after loading a few (typically a dozen or so, but the number varies) lldb will halt during dlopen. If I
2012 Apr 12
3
Remove superscripts from HTML objects
Is there some way to remove superscripts from objects returned by
html/xmlParse (XML package)?
h <- "<html><p>Cat<sup>a</sup></p><p>Dog</p></html>"
doc <- htmlParse(h)
xpathSApply(doc, "//p", xmlValue)
[1] "Cata" "Dog"
I could probably remove the <sup> tags from the "h" object above,
2011 Apr 21
1
numbers and superscripts in the same unit of measurement.
Hola everyone,
I'm doing an analisys about abundance of a planctonic specie in Robinson Crusoe Islan and I am having a hard time just adding the superscripts and the 100 (one hundred) in the measure of abundance.
Perhaps this is so basic to you, but I need to put the real unit of measure. Individuals / 100 cubic meters.
I have been looking in websites and R-list and there is not any
2002 Jun 19
1
superscripts in xyplot labels
R-helpers;
I tried to get a superscripted 3 in the following xyplot example but failed:
>data(whiteside)
>xyplot(Gas ~ Temp | Insul, whiteside, panel =
function(x, y, ...) {
panel.xyplot(x, y, ...)
panel.lmline(x, y, ...)
}, xlab = "Average external temperature (deg. C)",
ylab = paste(paste("Gas consumption (1000", expression(ft^3),")"), aspect
2005 Aug 29
0
negative superscripts in axis labels
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I apologize if this has been covered somewhere; but, I cannot find it.
The following results in a segmentation fault:
- -----------------------------------------------------------------
helvetica <- X11Font("-*-helvetica-*-*-*-*-*-*-*-*-*-*-*-*")
X11Fonts(helvetica=helvetica)
symbol <-
2012 Aug 20
1
Inserting superscripts in free-format text line
I would like to insert a superscript in a body of text (e.g., a title or
axis label), where the superscript is not necessarily at the end of the
text. For example, suppose a title read, "This is a Test^1 of the
Emergency Broadcast System" where there is a superscript 1 after the word
Test.
As a starting point for what I'm trying to do, the following shows a
superscript:
2005 Mar 16
0
Fixed/ trellis/ panel.superpose/ passing in superscripts/ groups
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I have solved the miscoding with subscript and groups in panel.superpose. I
was neglecting to pass in the variables correctly.
"sardine.egg.T.S.space.2001.and.2002.exp" <-
function()
{
library(lattice)
library(grid)
##
2011 Sep 30
2
isotope superscripts ggplot2
Happy Friday fellow R users.
I need some help - I am trying to make a graph using ggplot 2 of some lead isotope ratios. Normally, the isotope mass number appears as a superscript before the chemical symbol. However, I cannot figure out how to do this ggplot2's axis labels. The closest I have come is using "." In front of the numbers I am superscripting e.g:
ggplot(....
2005 Nov 28
1
Administration Guide bug?
Chapter 9, "Troubleshooting and Data Recovery", p.115 states:
"To enable background scrubbing, use the zpool set command:
# zpool set scrub=2w
The parameter is a time duration indicating how often a complete scrub should be performed. In this case, the administrator is requesting that the pool be scrubbed once every two weeks. ZFS automatically tries to schedule I/O to even
2011 Aug 04
2
additional fonts on centos 6
Hi all,
I have additional TTF fonts I purchased and added to CentOS 5.6.
I used the commands chkfontpath and ttmkfdir to do that .
These dont seem to be in CentOS 6 . How do I add fonts to openoffice
for CentOS 6?
Thanks,
Jerry