Displaying 9 results from an estimated 9 matches similar to: "read.table (again)"
2009 Oct 28
2
read.table but more tables at once
Dear all,
I have a lot of data files (.txt) that I want to read in all at once, if
possible.
the files have names in time system. for example: RA940101, RA940102,
RA940103, RA940104 an so on.
(meaning: RA, year:91, month: here january, day of the month.)
I tried something like
vektor <- c("RA940101","RA940102","RA940103")
for (x in 1:3)
{ data <-
2010 Dec 08
2
piechart
dear R-community,
Is it possible to have one pie chart of a large radius and then a pie
chart with smaller radius placed on top of the larger so the centers of
the two pie charts coincide?
I managed to place a filled circle with smaller radius in the piechart,
see below.
Thanks in advance, Sybille
pie(rep(1,12), col=rainbow(24), radius=0.9, labels=
2008 Jun 18
5
paste data
Hello,
I need a command.
I have a lot of data in different dataframes(auto.0a, auto.0b, auto.0c, auto.5Na,...), that has similar names.
I could print the names all at once wih a loop with the command paste(), see below:
2010 Feb 01
1
strings plots
Hi all !
I'm new in this list and newbie about R
I'm trying to use R scripts (as in the attached file) for creating some distributions plots of data retrieved by a workflow(with Rserve, to be precise).
I was able to do it (even if not in a beatiful way, I have to improve it especially about labels and coordinates) with number inputs like :
2008 Aug 25
1
contour plots
Hello,
I want to make a contour plot.
I have a matrix (nrow=4,ncol=58) .
and two lists, one with 4 values (the depths) and one with 58 values (time in days)( Depth (should be later on the y-axis),and Time(should be later on the x-axis))
In the matrix there is the temperature for a specified depth and time. there are missing values (NAs).
I also put ranges for x-,y-,zlim.
I
2013 Jan 03
5
splitting matrices
Dear useRs,
i want to split a matrix having 1116rows and 12 columns. i want to split that matrix into 36 small matrices each having 12 columns and 31 rows. The big matrix should be splitted row wise. which means that the first small matrix should copy values which are in first 31 rows and 12 columns of the big matrix. similarly 2nd small matrix should contain values from 32nd to 63rd row of the
2001 May 03
2
error when installing win97 word/excell
i installed red hat 7.0, got teh codeweavers version of wine up and
runnin, and i fire up the setup program for ms word 97, and it runs into
this error:
setup is unable to open the data file
X:\~MSSETUP.t\~msstfof.t\Word97.stf';run
setup again from were you ariginally ran it
im stumped, what should i be doing here differently...thanks
...............................
Daniel W. Schar
2001 Aug 16
0
Soem MS Project (Office) problems
Hi all,
this seems to bug a lot of people and I also have problems with it
When you install an MS Office product (and MS project)
you can get the following message after you entered your name and
organization and click ok:
setup is unable to open the data file
X:\~MSSETUP.t\~msstfof.t\xxxx.stf';run
setup again from were you ariginally ran it
What hapens is during install the MS program
2020 Jun 03
6
Logitech webcam for use with CentOS 7
I am thinking of buying a Logitech C920S Pro HD or C922 webcam for the necessary video conferencing.
Is anyone using that with Zoom or perhaps with Jitsi? Do I need drivers? Any issues?
Thank you.