search for: rjunk

Displaying 5 results from an estimated 5 matches for "rjunk".

Did you mean: junk
2010 Jun 13
1
losing line of mtext when saving to png format
...======================================# mydata <- data.frame(kel = c(13,253,263,273,283,292,303,313,323,333,573,853), cent= c( -280, -40, -30, -20, -10, 1, 10, 20, 30, 40, 280, 560)) (intervals <- diff(mydata[,1])) opar <- par(mar= (c(5, 4, 6, 2))) # png("C:/Rjunk/brendengraph.png", width=600, height=500) plot(1:12,mydata$kel, main=" ", xlab=" ", ylab=" ",type="l", col="red", xaxt="n", yaxt="n",cex=.75) axis(1, at=1:12,labels=as.character(mydata$kel), cex.axis=.75) ax...
2017 Aug 17
0
How to convert .Rdata file into .csv or something else?
...st doing a? "ls()" to see what objects you have. then have a look at ?write.table or ?write.csvThese commands will write many types of objects to a .csv file. For example if I have a data.frame called "dat1" I can write it to a csv (text) file like this: write.csv(dat1, "~/Rjunk/mydata.csv") On Thursday, August 17, 2017, 4:10:36 AM EDT, y tanaka <marineband2007 at gmail.com> wrote: Dear mailing list members, I am a beginner of this community. I would like to analyze data in a .rdata file. I ran the following code, but the object "d" remained empty...
2017 Aug 17
3
How to convert .Rdata file into .csv or something else?
Dear mailing list members, I am a beginner of this community. I would like to analyze data in a .rdata file. I ran the following code, but the object "d" remained empty. d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata") I would like to know how to convert this file format into .csv or .txt. I suppose this question is very basic, but I could not find solutions
2007 Oct 02
0
Adehabitat package question - trying to generate animal home ranges
...============================================================================================================ The following is as far as I have gotten with my attempt to repeat the above: > require(adehabitat) ... ## I can get my data into the data frame object test > test = read.csv("c:/rjunk/testdata.csv", header=T) > test BIRD_LOC BIRD SEX DATE TIME DATEVALUE SEASON X Y 1 CBF1001 CBF F 5/18/2004 1756 38125 04BR 675022 5302087 2 CBF1002 CBF F 5/19/2004 1817 38126 04BR 674988 5302111 ... 90 CBM1043 CBM M 9/28/2004 739 38258 04B...
2012 Sep 13
6
[newbie] aggregating table() results and simplifying code with loop
Dear all, I'm looking for primary help at aggregating table() results and at writing a loop (if useful) My dataset ( http://goo.gl/gEPKW ) is composed of 23k rows, each one representing a point in the space of which we know the land cover over 10 years (column y01 to y10). I need to analyse it with a temporal sliding window of 5 years (y01 to y05, y02 to y06 and so forth) For each period