Displaying 20 results from an estimated 4000 matches similar to: "replacing elements of vector through elements of another vector"
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
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(),...
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 -
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
2016 Aug 30
1
cat(..., append=TRUE) on sftp share
Dear R-SIG-Debian Team,
r-devel sent me to you.
Situation:
Ubuntu 16.04, R-3.3.1, and a file in a folder mounted with sftp via
gnome virtual file system.
for(i in 1:10){cat(i,file =
"/run/user/1001/gvfs/sftp:host=server/path on server/test2",append = TRUE)}
gives a file that reads |10| and not |12345678910|
Further checking:
* A mapped network drive on Windows 7 and
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
2012 Jan 11
3
Command completion of the R binary / Ubuntu
Dear Deepayan and dear list,
I notice a small inconsistency with the command completion of the R CMD
check. --no-latex is deprecated sincs R 2.12.0 and defunct since 2.13.0
but the command line completion still suggests it:
cb at cbdesktop:~/r-devel$ bin/R CMD check --no-<here I hit tab>
--no-clean --no-examples --no-latex --no-vignettes
--no-codoc --no-install
2012 Jan 11
3
Command completion of the R binary / Ubuntu
Dear Deepayan and dear list,
I notice a small inconsistency with the command completion of the R CMD
check. --no-latex is deprecated sincs R 2.12.0 and defunct since 2.13.0
but the command line completion still suggests it:
cb at cbdesktop:~/r-devel$ bin/R CMD check --no-<here I hit tab>
--no-clean --no-examples --no-latex --no-vignettes
--no-codoc --no-install
2006 May 20
0
No subject
#short example version of input file with 2 runs and 5 time steps (instead
of 17 runs and 500 time steps)
run t cover
1 1 0.234306
1 2 0.188896
1 3 0.198193
1 4 0.213959
1 5 0.184952
2 1 0.189316
2 2 0.185631
2 3 0.20211
2 4 0.216064
2 5 0.216064
#calculate the correlation of lag 1 over 17 replicates
a<-0
for (i in 1:17)
{
c<-ts( cover[run==i] )
d<-acf( c, lag=1, plot=F)
a<-a+d$acf[2]
2014 Apr 04
2
Migration samba3 -> samba4
Hi,
we are still using a setup with openldap + samba3. On the unix systems
we are using ldap for authentication, for all windows clients samba is used.
When we migrate to samba4 what will happen to the unix clients ?
Can they ask the samba4 PDC ?
For an update . are there other Howto's as the
https://wiki.samba.org/index.php/Samba4/samba-tool/domain/classicupgrade/HOWTO
just to get some
2002 Nov 04
1
Samba as printserver; problems with settings
Hi,
we are using cups 1.1.15,samba 2.2.5 under suse8.0
for printing.
Everything works well (driver download), but we have
some problems with the settings for the printers.
Under NT 4.0 it is not possible to set "document defaults"
all values can not be changed (only in the printing dialog).
Also everything is lost, when you log off.
What can we do to fix it ?
The problem is, that
2018 Jan 03
1
samba AD: using passwd on linux to change PW
Thanks a lot. I will check it.
We do not use kerberos - is it necessary ?
Bye, Peer
On 03.01.2018 15:15, L.P.H. van Belle via samba wrote:
> Hi Peer,
>
> This is my output, this account testaccount1 was created 2 minutes ago before the tests below.
>
> passwd testaccount1
> Current Kerberos password:
> Enter new Kerberos password:
> Retype new Kerberos password:
>
2018 Jan 03
3
samba AD: using passwd on linux to change PW
Hi,
a short question about changing passwords. Our linux login server is
using winbind
for authentication. Everything is working well, but changing the
password for a user
does not work. We see the following error:
passwd
Changing password for USER
(current) NT password:
passwd: Authentication token manipulation error
passwd: password unchanged
/var/log/auth.log
pam_winbind(sshd:auth):
2002 Sep 09
1
cupsaddsmb - problem; once again
Hello,
I posted 2 weeks ago this problem and it is currently not working.
First thanks a lot for all the hints and helps.
In the attached file I have added (hopefully) all informations.
To summarize:
I want to setup a print server, which allows the user to
download the necessary files for new printers.
Installed are (on top of suse 7.1) samba 2.2.6_pre2 and cups 1.1.15_1.
Installed the printers,
2018 Feb 12
2
[parallel] fixes load balancing of parLapplyLB
Dear R-Devel List,
**TL;DR:** The function **parLapplyLB** of the parallel package has [reportedly][1] (see also attached RRD output) not
been doing its job, i.e. not actually balancing the load. My colleague Dirk Sarpe and I found the cause of the problem
and we also have a patch to fix it (attached). A similar fix has also been provided [here][2].
[1]:
2002 Aug 30
1
cupsaddsmb - problem
Hello,
I want to setup a new print server using cups and samba
for our new institue. Everything is working well (printing
from unix and windows), but the driver download
for the windows clients won't work and I have no idea what's
wrong.
Currently i have installed cups-1.15 and samba 2.2.5
on top of suse 8.0 using the rpm-files from
Lars Mueller(?)(ftp.suse.com/pub/people/lmuelle)
and