Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

6 results for “from:Rolf Fankhauser”

Aggregate records to 10min
Rolf Fankhauser · Jan 16, 2016 · r-help

Hi I would like to aggregate a rainfall series with 1min records (timestamp and value of 0.1mm from a tipping bucket raingauge) to 10min values by summing up the values. # ptime is a POSIXlt datetime value with tz="GMT...

use gcheckbox in gWidgets to switch on/off gframe
Rolf Fankhauser · Jan 22, 2016 · r-help

Hi Tonja Maybe I wasn't clear in my last post. This is the code: library(gWidgetstcltk) library(gWidgets) options(guiToolkit="tcltk") Population <- c("A","B","C","D","E","F") w = gwindow("") g1 = ggroup(horizontal = F, cont=w) g2 = ggroup...

How to convert Datetime numbers from Excel to POSIXt objects
Rolf Fankhauser · Dec 14, 2007 · r-help

Hi all, I need to compare time series data files of different time formats. I had no problems with text format using strptime. But how can I convert datetime numbers from Excel (days since 30.12.1899 00:00:00...

Reading a tab delimted file of varying length using read.table
Rolf Fankhauser · Jan 17, 2016 · r-help

Hello Pradeep I downloaded divorce.dat but I could not find tabs between the columns. You defined tab as separator, so your columns should be separated by tabs. Therefore read.table reads the whole first line and wants to save...

How to convert Datetime numbers from Excel to POSIXt objects
Rolf Fankhauser · Dec 14, 2007 · r-help

Ok, I see, the difference comes from summer and winter time. Thanks for the hint! Stupid not to bear that in mind!! Peter Dalgaard wrote: >Rolf Fankhauser wrote: > > >>Hi all, >> >>I need to compare time series data files of different...

use gcheckbox in gWidgets to switch on/off gframe
Rolf Fankhauser · Jan 16, 2016 · r-help

Hi Tonja I removed the cat(...) in the event handlers because cat writes TRUE or FALSE to the console but doesn't seem to return a value. Then it worked. You should initialize the frames to be disabled or the...

Can't find what you're looking for? Try searching with Google .