similar to: read.zoo problem reading in date time

Displaying 20 results from an estimated 900 matches similar to: "read.zoo problem reading in date time"

2005 Aug 26
2
Unpaste Problem
Hello, Easy ways to "unpaste"? xp <- paste(x2, x3) # x2, x3 are two non-numeric columns. ............. ......................... xfg <- data.frame(xp,sc1, sc2, sc3) # sc1,sc2, sc3 are numeric cols. I want xp to be split up to form a new dataframe of the form (x3, sc1, sc2, sc3). IMPORTANT info : elements of xp have the form abc<space>efg, with abc in x2 and efg in
2008 Mar 03
1
write csv file from zoo object
# chron library(chron) fmt.chron <- function(x) { chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x)) } z1 <- read.zoo(SC3.csv, sep = ",", header = TRUE, FUN = fmt.chron) z2 <- read.zoo(SC2.csv, sep = ",", header = TRUE, FUN = fmt.chron) z3<-c(z1, z2) write.table(z3, sep="," , "SC.csv") How do you
2010 Oct 08
1
Starcraft 2 Cannot create game.
Hello All, I am in the process of going fully to Linux from Windows. I have everything set up and working great and I love it. I have been playing WoW via WINE and it runs flawlessly. I did not reinstall it I just went over to the windows harddrive that I have not gotten rid of yet and used that install. I decided to do a 1v1 SC2 match with my buddy and I set up the same things in WINE for SC2
2008 Mar 05
1
plotting big zoo object memory problem
the comma seperated file is 37Mb, and I get the below message: it is zoo object read in this way: # chron > library(chron) > fmt.chron <- function(x) { + chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x)) + } > z1 <- read.zoo("all.csv", sep = ",", header = TRUE, FUN = fmt.chron) and then the plot is done with:
2010 Oct 16
1
StarCraft 2 Wine trouble
Basically, i'm trying to get SC2 to install on wine. I've heard that it is easy to run and works fine. However, i can't run the DVD (i get an error saying that there is no installer data found) and when i try to start it using the digital downloader, it crashes with the error 'invalid parameters'. This happens from a right-click -> Start with wine, or starting from the
2010 Sep 23
3
460 GTX performance on SC 2
Hello, I'm trying to play SC2 with the following setup, and it's only playable with the lowest settings. I think I've already put in most of the tweaks that people typically point to. Can I get advice on how I can get reasonable fps for higher settings? Here's my setup: GTX 460 1GB Intel Q6600 2.40ghz Quadcore 3gb memory nvidia 260.19.06 wine 1.3.3 screen resolution:
2010 Aug 10
1
Fresh install of Fedora 13 64 bit, "Failed to init. DirectX"
I've just reinstalled Fedora and really wanted to get my hands dirty with a little wine+SC2 action... But I'm having problems. I just copied it from my windows partition and started toying with wine (did a regular su -> yum install wine). At first I got it up and running but it was so sluggish... after a little investigation I found out i had no 3d drivers so i went and got those.
2012 Oct 23
1
Filling a covariance matrix
useRs ? I?m working with the attached data that contains one year?s worth of sub-daily observations of flow (?Q?) and specific conductance (?SC?, a surrogate for concentration) at a point in a stream. The R code posted below shows the extent of data processing thus far. My goal is to create a covariance matrix that takes on the following form: Q1 Q2 ? Q365 SC1 SC2 ? SC365 Q1 Q2 ? Q365
2011 Mar 27
11
Of Starcraft 2 and Mice
Hi everyone, I've tried browsing the endless wine faq's,forums, and bug reports and can't seem to find what I'm looking for. Anyways, as for my actual issue: Ubuntu 10.10 on 2.6.35-28-generic x86_64 I'm running on the latest public build (1.3.16) (same behaviour in 1.2x) and have a rather annoying problem. Since there are a lot of issues when not running SC2 in a
2012 Apr 16
1
Wine 1.3 Ubuntu 11.10 SC2: WOL Can't Launch.
Good morning. I cannot launch SC2 WOL patched and installed by Wine 1.3. Receiving this: sebastian at sebastian-EP45-DS3LR:~$ env WINEPREFIX="/home/sebastian/.wine" wine C:\\windows\\command\\start.exe /Unix /home/sebastian/.wine/dosdevices/c:/users/Public/Desktop/StarCraft\ II.lnk fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:exec:SHELL_execute flags ignored: 0x00004100
2012 Apr 29
2
SC2, Kubuntu 11.04, Can't Create AI Games & No Maps in List
Hello; I researched the wine install of SC2 and I was able to correctly mount my DVD drive to read the hidden files on the UDF optical drive. That helped a lot. The install ran perfectly and the patches downloaded/installed with no problems noted. I can now run SC2, but when I go to single person the screen changes to the one with a list of maps on which I should be able to create a game, but
2005 May 04
1
selecting maximum values
Sorry for disturbing you with another newbie question! I have a data frame about coastal waters quality parameters: for some parameters (e.g. NH3) I have only 1 observation for each sampling station and each sampling date, while in other cases (chlorophyll) I have 1 obs for each meter-depth for each station and date. How can I select only the max chlorophyll value for each station/date? example
2010 Oct 10
3
WINE, StarCraft II and I/O bottlenecks
Hi all. Since I installed SC2 on my Ubuntu 10.04 x86-64 (Phenom II X4 965 BE, 8 GB Ram, nVidia 470 GTX - Driver 260.19.06, USB mic+headphones), I never managed to play at it with Ultra details with more than 12~15 FPS. You could say that the fault is in a slow CPU, bad videocard or lousy sound card (the above USB stuff). But the CPU isn't that bad, the ram quantity is more than enough and
2005 Jul 28
1
conversion from SAS
Hi, I wonder if anybody could help me in converting this easy SAS program into R. (I'm still trying to do that!) PROC IMPORT OUT= WORK.CHLA_italian DATAFILE= "C:\Documents and Settings\carleal\My Documents\REBECCA\stat\sas\All&nutrients.xls" DBMS=EXCEL2000 REPLACE; GETNAMES=YES; RUN; data chla_italian; set chla_italian;
2011 Aug 16
1
Dates - week and year not day.
Hi, I would be very grateful for some advice. I have read the help pages for Date, strptime, etc. All examples seem to use some version of day month year as date format. However I have Weekly composite data so ONLY want to input the dates as Week.Year (eg 35.2011). strptime seems to show this is possible using %W for week (UK convention) and %Y for year. My data is in a df called chlorophyll and
2010 Jan 27
1
How to sort data.frame
Dear R heleprs   Suppose I have following data   Scenarios combination_names     series1    series2 Sc1 MAT2 GAU1 7.26554 8.409778 Sc2 MAT2 GAU2 7.438128 8.130275 Sc3 MAT3 GAU1 8.058422 8.06457 Sc4 MAT1 GAU2 8.179855 8.022071 Sc5 MAT3 GAU2 8.184033 8.191831 Sc6 MAT3 GAU2 7.50312 8.232425 Sc7 MAT1 GAU2 7.603291 8.200993 Sc8 MAT1 GAU1 8.221755 8.380097 Sc9 MAT3 GAU2 7.904908
2010 May 13
4
Starcraft II Beta Launcher Issue
I successfully installed the beta to one of my partitions, and the patches were all applied without a hitch, didn't get the slow firewall problem until the last patch application though, for whatever reason. I have an nVidia GTX 260 with the most current drivers installed. When I put the following command in the terminal it hangs on the bold and then goes through the rest to give me a popup
2011 Jan 02
1
How to reset the StarCraft 2 Graphics Settings
Issue: For any who installed sc2 under wine and changed the graphics settings from its default and now sc2 will not load. For me I keep getting a ErrorReporter message. Your essentially stuck in a catch22 situation. Can't load sc2 until you change the graphics settings and load change the graphics settings until you can load sc2. Resolution1: The quickest way to get sc2 back to its
2010 Sep 23
2
Can't Initialize OpenGL
Trying to run WoW & SC2 same error on all. In WoW config.wtf I added SET gxAPI "OpenGL" glxinfo | grep rendering direct rendering: Yes fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 5700 Series OpenGL version string: 4.0.10188 Compatibility Profile Context wine --version wine-1.2 Pop up error when trying to
2011 Jun 28
1
Axes labels, greek letters and spaces
Hello all, I can't seem to figure how to use a greek character in expression() in plot() labels without adding a space. So for example below when plotting this out x<-1:10 plot(x,x^2, xlab=expression(Chlorophyll~italic(a)~mu~g~cm^-2)) the axis label read as μ g cm^-2 because I have space there with a tilda. But if I remove the tilda then my units are mug cm^-2. Can anyone recommend a