Displaying 11 results from an estimated 11 matches for "ghg".
Did you mean:
gg
2010 Jan 30
1
Sweave - have Sexpr print 3 digits when the last is 0
Hi,
I want 3 digits printed even if the last one is zero with \Sexpr{}
For example:
> ghg.06[12]
[1] 0.2501008
I want: 0.250
What I've tried:
\Sexpr{round(ghg.06[12],3)}
0.25
\Sexpr{format(ghg.06[12])} % set options(digits=3) in earlier rnw chunk
0.25
\Sexpr{round(ghg.06[12],4} %but I want 3 not 4 digits
0.2501
Thanks in advance.
Elizabeth Stanny
epstanny at gmail.com
2003 Jul 14
2
problem with coding for 'optim' in R
...#
> # Consumption in perch in R code #
> # Execute with #
> # R --vanilla < perch.R > perch.out#
> ####################################
>
> #USER INPUT BELOW
>
> #Weight at time 0
> Wo<- 9.2
>
> #Hg concentration at time 0 (ugHg/g wet weight)
> Hgo<- 0.08
>
> #Weight at time t
> Wt<- 32.2
>
> #Hg concentration at time t (ugHg/g wet weight)
> Hgt<- 0.110
>
> #Prey methylmercury concentration (as constant)
> Hgp<- 0.033
>
> #Prey caloric value (as constant)
> Pc...
2009 Jul 18
5
Hmisc, Design, summary.Design plot- changing confidence intervals, adding color or decreasing font size
...re:
http://www.sonoma.edu/users/s/stanny/330A/project/ciplot.pdf
3. Alternatively, how do I make the confidence interval text smaller for the second plot (the interval text is cut-off) or color the intervals?
4. I have 14 plots and would like to have 2 per page.
Thanks in advance.
<<ghg07,fig=T>>=
par(mfrow=c(2,1))
s.fghg.new.06 <- summary(fghg.new.06)
s.fghg.06 <- summary(fghg.06)
dimnames(s.fghg.new.06)[[1]] <- newoddsl
dimnames(s.fghg.06)[[1]] <- oldoddsl
plot(s.fghg.06, log=T,
main="Disclosed Accounting Method",
at=c(.5,1,2,4,8,20),...
2003 Jul 15
7
Excel can do what R can't?????
...ombined with #
# Trudel MMBM to estimate #
# Consumption in perch in R code #
# Execute with #
# R --vanilla < perch.R > perch.out#
####################################
#USER INPUT BELOW
#Weight at time 0
Wo<- 9.2
#Hg concentration at time 0 (ugHg/g wet weight)
Hgo<- 0.08
#Weight at time t
Wt<- 32.2
#Hg concentration at time t (ugHg/g wet weight)
Hgt<- 0.110
#Prey methylmercury concentration (as constant)
Hgp<- 0.033
#Prey caloric value (as constant)
Pc<- 800
#Energy density of fish (as constant, calories)
Ef <- 1000...
2014 Apr 25
0
Postdoctoral position at NIST
...dards and Technology
Gaithersburg, Maryland
The National Institute of Standards and Technology (NIST) is seeking to fill a post-doctoral / guest researcher position to work on greenhouse gas emissions and dispersion modeling, including atmospheric flux inversions. As part of its Greenhouse Gas (GHG) and Climate Science Measurements program, NIST is developing advanced measurement tools and standards to independently verify greenhouse gas emissions data both nationally and internationally. The Indianapolis Flux Project (INFLUX) was initiated as part of this program to demonstrate the use of sp...
2012 Mar 26
0
Pareto frontier plots in three dimensions
...and-use change in m2 are also supported but are
not typically invoked. (CO2e = carbon dioxide
equivalent, HHV = higher heating value, NOx =
mono-nitrogen oxides.)
These results are collected in a text file and then
read into an R data frame:
leta scenario.name fin ghg nox dep luc
1 + reference energy system 0 0.000 0 0.00 0
2 a indoor temp now 18C was 21C -10 -0.034 0 -0.66 0
3 b far-from-demand ranked-orig-domains 0 0.000 0 0.00 0
4 c ambient air 2C warmer 0 -0.024 0 -0....
2015 Apr 10
0
imap doesn't like my passwd
....
>>> The current architecture is armhf.
>>
>> architecture of the server or client?
>> Maybe you need to re-create the password store?
- --
Steffen Kaiser
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEVAwUBVSdqQXz1H7kL/d9rAQI//ggAyAADFM6ct/cBiE6uebHIfFFWtP4yi3GW
ghG+6w58yNguekrBYl7D5K8tGLVHwCMsLagJ0OWU30H8LiEY8w4uV33B8lit3XFD
RL6RPCPW8imEgKx2cPI4JLPFimRuTZN/tsHB6ej4QsAJSJ6KiyNx6o9XYYfR6oQ6
JARROQ7v266wBPx1U6HnVfbZPpM32I5fUE4FKd88JkfBODYrZNlSULqWEh9XVnWX
1ZdUmb3gi+5zCZpXMZT49EMpLGwArHrLtJyf24KPMUATtQoZ1n8GyJJ3zajSZL0F
eceQ4c/5gza4dQJVwpHozkR2fSrwFR8iCgCcD43qQBQ...
2015 Apr 09
2
imap doesn't like my passwd
I took the " out of the password and it works.
The other install worked with the " in the password.
On 04/09/2015 02:40 AM, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thu, 9 Apr 2015, James wrote:
>
>> Both use PAM authentication on Linux.
>> openssl s_client -connect localhost:993
>> a login test_user
2002 May 10
1
http://rsync.samba.org/rsync/ 404 not found
136 BUG REPORTS
137 -----------
138
139 If you have web access then please look at
140 http://rsync.samba.org/rsync/
141
142 This will give you access to the bug tracking system used by the
143 developers of rsync and will allow you to look at other bug reports or
144 submit a new bug report.
145
146 If you don't have web access then mail bug reports to
2002 May 12
1
RFC for feature request
Hi.
Recently at work we've begun using rsync to sync up our development baseline
area between our office in Houston, and the one in Gatwick.
We use rsync quite extensively, and are quite happy with it, but have run
into a bug discussed by Dave Dykstra in the "Discussion/2214" entry on the
rsync website:
http://lists.samba.org/pipermail/rsync/1999-October/001440.html
Basically,
2007 Mar 19
2
Master of Orion 2 hangs when run in Wine 0.9.17 under Fedora Core 5
I recently installed Fedora Cora 5 (2.6.17-1.2157_FC5) on my PC, and
then installed Wine (0.9.17) from the Fedora yum repository. I then
installed Master of Orion II, and tried to run it. It started OK, but
as soon as I moved the mouse, it seemed to hang. My keyboard and mouse
stopped working, and the only way I could break out was to hit
Ctrl-Alt-Del and log out. I tried this repeatedly, and