Dear R list,
I have a package downloaded and looked up a function in there. Now I find
that it uses C code (.C call) to do part of its job.
However, when I wanted to look that part up by using getAnywhere() I was
told that no object of that name could be found. Then I tried typing C.("
funct.nam
Dear list,
I want to create a POSIX time vector as follows:
day<- as.character("110809")
time.t <- 1:3600
t.min <- time.t %/% 60
t.sec <- time.t-t.min*60
DATE <- as.POSIXct(strptime(paste(day,t.min,t.sec),"%y%m%d %M%S"))
Tail(DATE)
The problem is that the last element (3
Dear list,
I have problem that I cannot solve and would like to ask your opinion. I
tried to ask a few days ago already but got no answer and all my attempts to
solve it by myself since then failed. Sorry for repeated posting! Here the
problem broken down a bit.
My problem basically is, tha
Dear list,
I have a table with entries for 20 animals - x and y coordinates to analyze
movement with the package adehabitat.
The package does all the necessary analyses, but I need to create an object
of class ltraj for each animal first. For this kind of object I need to
define xy coordina
4 matches
Mail list logo