Displaying 10 results from an estimated 10 matches for "kath".
Did you mean:
kate
2012 Nov 28
2
output data by date?
...ould like to have them
ordered from earliest (4.5.2011- April, to 11.21.2011 - November.)
Does anyone have a suggestion for how I can correct this?
Thanks very much and my apologies if this has been covered before. I looked
before posting my question, however, and couldn't find anything.
--
Kathleen Regan
University of Hohenheim
Institute of Soil Science and Land Evaluation
Soil Biology Section
Emil-Wolff-Str. 27
D-70593 Stuttgart-Hohenheim
"Traveler, there is no road. We make the road by walking."
phone: +49(0)711 459 23118
fax: +49(0)711 459 23117
E-mail:kath.regan@gmai...
2008 May 14
3
Help to Draw Plot
Hello friends!!
I have two questions, and I would like that you could answer me!!!
I have created a plot as
plot(range(10,-10),range(10,-10),col="blue",col.axis="blue",col.lab="blue",col.main="blue",col.sub="blue");
1?) I want that the square of plot and the lines that indicates the value
-10,-5,0,5,10 have a blue colour too.
2?)It?s
2009 Mar 17
2
Japanese characters
Dear all
Some programs in windows need GLOBAL IME japanese (jamondo, msjaime or imejpn). These programs don't work under WINE because it seems it has not this IME included.
Is it posible to see Japanese character in WINE?
Many thanks.
2009 Mar 23
0
Language settings on wine...?
...se programmes...
I've tried to place .ttf files for Japanese, Chinese and English fonts in the Fonts folder under drive_c but that wouldn't work too.
Does it have anything to do with this page which I don't understand?
http://www.winehq.org/docs/winedev-guide/adding-languages
Thanks!
Kath
2008 May 19
2
i want to export a data.frame to file.xls
in order to export a data.frame to sheet.xls i try:
write(df,file="file_name.xls")
but when i open it a message appears:
"impossible to oppen this file. her format is unvalid"
knowen that i work with excel_2007
what is the solution ?
--
View this message in context: http://www.nabble.com/i-want-to-export-a-data.frame-to-file.xls-tp17326119p17326119.html
Sent from the R
2009 Jan 23
2
R startup and shutdown question
Hi R-Community:
Here is what I want to do:
Every time I start R I want R to:
1. remove(list=ls()), and
2. "source" another file automatically.
Then, when I shutdown R, I want R to:
1. remove(list=ls())
How do I do this?
I recall vaguely that S could do this, but I don't remember exactly how
it worked.
Thanks for your help!
Phil Smith
2008 May 28
1
Unnecssary warnings in plot function (PR#11530)
Full_Name: Joseph Amuah
Version: 2.7.0 (2008-04-22)
OS: Windows
Submission from: (NULL) (205.207.78.4)
I used the plot function to create some graphs but wanted to add soem
restrictions. A set of warning were produced even though the plot worked fine.
Can these warnings be cleaned up? Here is an example:
***************************************
> plot(xx$month, xx$log10RR, xlab="",
2008 Jun 08
3
how to important a date file into R
Hi:
I have a data file in the following format. The first three digits stand for the ID of a respondent such as 402, 403. Different respondents may have the same ID. Followed the ID are 298 single digit number ranging from 1 to 5. My question is how to read this data file into R. I tried "scan" and "read" but they do not work because the numbers in the file are not
2008 Sep 25
5
Dot plot - equivalent of MINITAB
hi folks,
Bit of a newbie, but I've spent a fair bit of time looking for an answer on
this, with no joy. Can anyone help me?
Dataset: A single column of values in a csv file (eg. 52, 53, 54, 85, etc)
Goal: In Minitab, you have what they call a dot plot. It's a histogram,
where a single dot represents a set of identical values (eg. 57, 57, 57
would be one dot). Multiple dots are
2009 Sep 21
9
Handling missing data
I have to remove missing data both in character and numeric datatype.I tried
using NA condition but it is not working ,please help me to solve this.
--
View this message in context: http://www.nabble.com/Handling-missing-data-tp25530192p25530192.html
Sent from the R help mailing list archive at Nabble.com.