Displaying 20 results from an estimated 1100 matches similar to: "cat(..., append=TRUE) on sftp share"
2018 Feb 02
0
new R package bigleaf
Dear R users,
we are pleased to announce the release of the 'bigleaf' R package. This
package is useful for the calculation of physical (e.g. aerodynamic
conductance, surface temperature), and physiological (e.g. canopy
conductance, intrinsic water-use efficiency) ecosystem properties from
eddy covariance data. All calculations are based on a 'big-leaf'
representation of the
2015 Oct 04
2
Conditional importFrom (roxygen?)
Duncan Murdoch <murdoch.duncan <at> gmail.com> writes:
>
> On 04/10/2015 10:10 AM, Jonathan Greenberg wrote:
> > Folks:
> >
[snip snip snip]
> >
> > Is there a way to do a conditional importFrom based on the OS? Or can I
> > safely ignore this (I'm trying to submit to CRAN).
> >
>
> Yes, you can put conditionals into the
2008 Apr 29
1
generic question ==>> mapping Longhurst biogeochemical ocean provinces in R
*Hello all
**
I am a newbie to R plotting maps. I am trying to plot over a world map a
layer of Biogeochemical provinces (BGCP) by A.R. Longhurst. Each ocean
region unfortunately are quite irregular in shape (not perfect squares). In
GIS this layer of ocean provinces would be a layer of polygons, which I am
assuming it cannot be plotted with R.
I was wondering If anybody has encounter this
2007 Jun 07
1
Conditional Sequential Gaussian Simulation
Hello,
I'm wondering if there are any packages/functions that can perform
conditional sequential gaussian simulation.
I'm following an article written by Grunwald, Reddy, Prenger and Fisher
2007. Modeling of the spatial variability of biogeochemical soil
properties in a freshwater ecosystem. Ecological Modelling 201: 521 -
535, and would like to explore this methodology.
2005 Oct 25
1
how to increase the font size of axis data
Hello R Users,
I am a new user to R.
When we make a simple plot then how to
increase the font size of the data at the
each axis.
Many thanks,
Kind regards,
Yogesh
--
===========================================
Yogesh Tiwari,
Max-Planck Institute for Biogeochemistry,
Hans-Knoell Strasse 10,
D-07745 Jena,
Germany
Office : 0049 3641 576 376
Home : 0049 3641 223 163
Fax : 0049 3641
2004 Nov 12
2
whether R can import netcdf file format data ?
Hello R Users,
Whether 'R' can import Netcdf format data files ??
Any package in 'R' that can help me on this front ??
Many thanks in advance,
Regards,
Yogesh
--
===========================================
Yogesh K. Tiwari,
Max-Planck Institute for Biogeochemistry,
Postfach 10 01 64, D-07701 Jena,
Germany
Office : +49 3641 576376
Fax : +49 3641 577300
Home : +49
2005 Apr 01
3
plot axis appearance problem
Hello,
When I plot any data with simple plot command in
R, for example :-
plot(time,co2,ylim=c(350,380),xlim=c(1993,2003),xlab=NA,ylab=NA,type="p",col=5)
Then the first value of x-axis(350) and
y-axis(1993) never starts from origin, always they
sifted from the origin. Is there any command that
I can correct this in the ploted figure and both
the axis values start from origin.
2005 Jan 14
1
how to produce 2-d color plots in R
Hello 'R' Users,
I am very new on 'R', so excuse me if I ask something wrong.
I have ASCII data and the colums of the data are looks like :-
!-------------------------
time,yr,mo,dy,hr,min,sec,lat,lon,ht,co2obs,sigma,co2model
--
-
--
!----------------------------
Each column has data value. Now I want to produce 2-d color maps,
for example the plot should look like :-
on
2015 Oct 04
0
Conditional importFrom (roxygen?)
On 04/10/2015 7:34 PM, Ben Bolker wrote:
> Duncan Murdoch <murdoch.duncan <at> gmail.com> writes:
>
>>
>> On 04/10/2015 10:10 AM, Jonathan Greenberg wrote:
>>> Folks:
>>>
>
> [snip snip snip]
>
>>>
>>> Is there a way to do a conditional importFrom based on the OS? Or can I
>>> safely ignore this (I'm trying
2015 Oct 04
2
Conditional importFrom (roxygen?)
Folks:
I am getting a build failure when I:
#' @importFrom utils shortPathName
which roxygenizes it to the NAMESPACE.
I suspect this is because this particular function is Windows-only, but I'm
a bit confused how I should "properly" importFrom a function like this so
it doesn't cause a build failure, but I don't get a note in my R CMD CHECK
if I DON'T have it:
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow:
http://www.ef-prime.com/products/ranalyticflow_en/index.html
Regards, Frank
********************************************************
Dr.med. F. Bloos, Ph.D./U.W.O.
Oberarzt
Klinik f. Anästhesiologie und Intensivtherapie
Klinikum der Friedrich-Schiller-Universität Jena
Erlanger Allee 101
07747 Jena
GERMANY
Tel: +49 - 3641-932 32 83;
Fax: +49 -
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html
It allows you to put r-commands into Word (similar to odfWeave). Output
is directed to Word including figures and tables. It is still a
beta-version but works fine.
Frank Bloos
>>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>>
Hi R Experts,
I'm aware of pdf(), jpeg(),...
2009 Jul 23
2
Antw: How to extract the upper xlim and ylim of my plot?
You may want to use the function corner.label from the plotrix-package.
Frank
>>> Mark Na <mtb954@gmail.com> 21.07.2009 23:03 >>>
Dear R-helpers,
I wish to place some text in a plot, at approx 10% of my upper xlim
and
approx 90% of my upper ylim, i.e.
> plot(log(all$SR,10)~log(all$AREA,10))
> text(.1*max(xlim),.9*max(ylim),"text to be placed")
(I know
2010 Mar 03
1
: Three most useful R package
ad 1) ggplot2, Hmisc, RODBC
ad 2) A package to produce high quality tables with summary statistics
for publications in scientific journals.
Regards, Frank
>>> Ralf B <ralf.bierig@gmail.com> 02.03.2010 21:13 >>>
Hi R-fans,
I would like put out a question to all R users on this list and hope
it will create some feedback and discussion.
1) What are your 3 most useful R
2010 Mar 17
0
Antw: odfWeave Error
Hi,
I am using 7-zip for unzipping (http://www.7-zip.org/). Then
odfWeaveControl needs to be set to
odfWeaveControl(zipCmd=c("c:/programme/7-zip/7z a -tzip
$$file$$","c:/programme/7-zip/7z x $$file$$ -aoa")) -> control
where 'c:/programme/7-zip/' is the path to my 7-zip installation.
You can then use control to set the control-parameter in odfWeave.
Frank
2006 Jun 11
6
page.update_html not executed
Hi,
when doing:
render :update do |page|
page.replace_html ''suggested_contractors'', :partial =>
''contractors''
page.visual_effect :highlight, ''suggested_contractors''
end
I got js as output, it is not executed, return html *contains*:
try { Element.update("suggested_contractors", "
\n 12345678910\n
\n
2011 Jul 27
2
replacing elements of vector through elements of another vector
Hello everybody,
I hope this question is not too silly but I'm almost going crazy about
that and could not find a solution.
I have two variables, say A and B and I would like to combine them in C.
In particular I want a C-value of B when B is not NA and the A value in
case that B is NA:
A B C
2 NA 2
3 4 4
NA 3 3
4 1 1
2 NA 2
1 4 4
NA NA NA
5 3 3
4 1 1
I
1998 Feb 24
0
R-beta: newbie question on repeated measure anovas
Hi,
is there a way to use a repeated measure anova approach in R?
I can't believe there isn't, but I couldn't figure out how.
Please Help
-------------------------------
Ralf Goertz
Institute for Psychology, Jena, Germany
E-mail Ralf.Goertz at uni-jena.de
http://www.uni-jena.de/allgpsy/rg
-------------------------------
2003 Mar 01
1
xmms titlepatch -- update
Hello,
I have updated my titlestring patch for xmms. It now includes some
kind of an 'advanced' tag editor. For now, this has to be enabled at
compile time by defining VORBIS_ADV_EDIT, for more details, read the
readme (see below).
You might need a recent cvs-checkout of xmms, maybe it also applies
against a release version but that is untested.
Get a copy from
2003 Mar 02
1
xmms titlestring patch for vorbis
Hello,
Some time ago I developed a patch for xmms' vorbis plugin, that
allows using arbitrary comment fields in the titlestring.
Although it works quite well, I think it could be polished a bit and
it might even have some bugs. I also want to know, what the
xmms-developers think about it.
Recently, I included some kind of an 'advanced' tag editor. For now,
this has to be enabled at