Displaying 20 results from an estimated 9000 matches similar to: "read.table conversion question"
2002 Oct 06
6
error bars in line plots
Hi!
Could you tell me how I can draw a graph with error bars?
Sorry, I don't use R that often and I couldn't find it easily in the
documentation.
TIA
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2002 Nov 11
1
problems downloading R-1.6.1
Hi!
There is a "musical" note next to the rpm in CRAN and its mirrors and
it seems to require some sort of plugin that I don't have. Is there a
way around that?
Thanks.
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2001 Aug 29
5
newbie graphics question
Hi!
I need to plot two lines on the same graph. I do
plot(x,y)
then
plot(x,z,add=TRUE)
but I get the following warning messages
Warning messages:
1: parameter "add" couldn't be set in high-level plot() function
2: parameter "add" couldn't be set in high-level plot() function
3: parameter "add" couldn't be set in high-level plot() function
4:
2001 Oct 24
9
easy graphic question
Hi!
How do I specify a filled point in a scatterplot? Their size?
plot(x,y) just gives "empty" points like "o". I want a full black
point.
TIA
--
myriam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2002 Mar 21
3
plot question
Hi!
I want to display 2 graphs with different number of data points on the
x-axis. The code below scales them so it seems that testtwo has the
same number of data points as testone. How can I fix that? thanks.
z<-1:50;
x<-1:100;
plot(x,testone,type="l",xlab="",ylab="",main="",lty=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1);
par(new=TRUE);
2003 Jan 04
1
easy graphics question
What's the pch code for drawing an arrow in a plot?
myriam
2009 Jun 22
2
p-values for ARIMA coefficients
Hi,
I'm a beginner using R and I'm modeling a time series with ARIMA.
I'm looking for a way to determine the p-values of the coefficients of my model.
Does ARIMA function return these values? or is there a way to determine them easily?
Thanks for your answer
Myriam
2002 Jan 30
3
R version 1.4.1 is released
I've rolled up R-1.4.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.4.0 release.
A set of recommended packages which have been tested with R-1.4.1 has
been bundled up. Binary distributions are expected to include these
packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.4.1.tgz
2002 Jan 30
3
R version 1.4.1 is released
I've rolled up R-1.4.1.tgz a short while ago. This is a patch upgrade,
fixing the most important bugs that cropped up after the 1.4.0 release.
A set of recommended packages which have been tested with R-1.4.1 has
been bundled up. Binary distributions are expected to include these
packages.
You can get the files from the developer site
ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.4.1.tgz
2011 Nov 13
1
Myriam Saavedra M. Sc. Questions about maximun radius distance
Dear Mr. Baddeley
I just graduated from a Masters in Applied Mathematics on Jun19th. My thesis was about spatial distribution /a nalysis of some trees in a part of the Congo Basic Forest.
In my thesis I used your spatial package in R, and today I'm doing a more deeper study about how we choise the r distance in Function F(). I would like to
be able to understand about value of rmaxdefault
2009 Jul 06
1
Decompose function : calculation of each component
Hello,
I'd like to know how R does calculate each component in the decompose()
function?
More precisely, how is calculated the final trend component in this
function?
Thanks for your answer
Myriam
--
View this message in context: http://www.nabble.com/Decompose-function-%3A-calculation-of-each-component-tp24362207p24362207.html
Sent from the R help mailing list archive at Nabble.com.
2018 Jun 11
2
Problem with named.service
Sorry, the real e-mail is this:
[root at pc ~]# systemctl status named.service
● named.service - Berkeley Internet Name Domain (DNS)
Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2018-06-11 08:54:10 AST; 12min ago
Process: 1276 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited,
2018 Jun 09
3
Problem with named.service
Good Afternoon!
I had thinking that maybe is a permissions problem.
Then, here the files permissions:
[root at pc ~]# ls -l /etc/resolv.conf
-rw-r--r--. 1 root root 78 Jun 7 17:32 /etc/resolv.conf------------------------------------------------------------------------------
[root at pc ~]# ls -l /etc/hosts
-rw-r--r--. 1 root root 193 Dec 4 2017 /etc/hosts
2019 May 23
0
Release Announcement : Riex Package
Hi,
Please find below the links related to 'Riex' package release announcement.
If you have any questions or need additional information, let me know.
- Release Announcement *- *https://myriamibrahim.com/portfolio/riex/
- CRAN - https://cran.r-project.org/web/packages/Riex/index.html
- Github - https://github.com/TheEliteAnalyst/Riex
Thank you for all your efforts and
2019 May 23
0
Release Announcement : Riex Package
Hi,
Please find below the links related to 'Riex' package release announcement.
If you have any questions or need additional information, let me know.
- Release Announcement *- *https://myriamibrahim.com/portfolio/riex/
- CRAN - https://cran.r-project.org/web/packages/Riex/index.html
- Github - https://github.com/TheEliteAnalyst/Riex
Thank you for all your efforts and
2002 Jan 14
1
newbie: table,mean for all variables
Hello,
(1)
what is the way to use
table for the hole dataSet ?
I would get a cross-table with x1 and other variables in the dataSet which have got 100 columns :
table(x1,data[variable2 until variable 100])/length([variable2 until variable 100])*100
like this but it's wrong ?
table(x1,data[,2:100])/length(data[,2:100])*100
if i type: table(data[,1:10])
to get the frequency
2009 May 26
2
Problem accessing "row number" from subset on a dataframe
I would like to use the "row number" information returned from performing a subset command on a dataframe.
For example, I would like to automatically delete some rows from a dataframe if they match a criteria. Here is my example below.
data(airquality)
names(airquality)
subset(airquality, airquality$Month == 6)
Now how do I delete the row numbers returned automatically?
I
2009 Aug 04
5
Stacked plots with common x-axis and different y-axis
Is there a place that shows how to create two plots that are stacked on top of each other where they share a common x-axis scale, but have differnt y-axis scale?
Say have the following data: airquality
Stack plot(airquality$Day, airquality$Wind) on top of plot(airquality$Day, airquality$Temp).
I am interested in stacking the two on top of each other with no seam, or plotting the two lines with
2008 Dec 23
3
Using transform to add a date column to a dataframe
I would like to add a column to the airquality dataset that contains the date
1950-01-01 in each row. This method does not appear to work:
> attach(airquality)
> data1 <- transform(airquality,Date=as.Date("1950-01-01"))
Error in data.frame(list(Ozone = c(41L, 36L, 12L, 18L, NA, 28L, 23L, 19L, :
arguments imply differing number of rows: 153, 1
I can't decipher what
2006 Feb 05
2
a generic 'attach'?
Is there any reason why 'attach' is not generic in R?
I notice that it is in another system, for example, and I can see some
applications if it were so in R.
Bill Venables.
Bill Venables,
CMIS, CSIRO Laboratories,
PO Box 120, Cleveland, Qld. 4163
AUSTRALIA