Displaying 20 results from an estimated 300 matches similar to: "adehabitatHR - Creating Biased Random Bridge UD with a boundary"
2011 Feb 09
0
adehabitatMA, LT, HR and HS version 0.1
Dear all,
I have just uploaded 4 new packages on CRAN, which are on the long term 
designed to replace the "old" package adehabitat:
* adehabitatMA: functions to perform spatial operations (morphology, 
buffer, etc.)
* adehabitatHS: functions for the analysis of habitat selection by wildlife
* adehabitatHR: functions for home range estimation of animals
* adehabitatLT: functions for
2011 Feb 09
0
adehabitatMA, LT, HR and HS version 0.1
Dear all,
I have just uploaded 4 new packages on CRAN, which are on the long term 
designed to replace the "old" package adehabitat:
* adehabitatMA: functions to perform spatial operations (morphology, 
buffer, etc.)
* adehabitatHS: functions for the analysis of habitat selection by wildlife
* adehabitatHR: functions for home range estimation of animals
* adehabitatLT: functions for
2012 Oct 30
0
lapply and kernelUD (adehabitatHR package): Home Range kernel estimation for a list of individuals
Dear R experts,
I'm using the adehabitatHR package in order to perform a kernel analysis and
estimate the home range of my input data (GPS relocations of 42
individuals).
I've done the analysis for one of the individuals and it worked perfectly
(see code below).
But now I'm trying to use a list and call the function lapply to do the same
thing through all the 42 individuals (also see
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
Thank you for providing the example code... for the request of running it 
multiple times it would have helped if you could have confirmed that the 
example ran through without errors... there were a lot of mistakes in it. 
Look into using the reprex package to check your example next time.
I don't do this kind of analysis... I really don't know what to expect 
from the functions. The
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
[answers inline]
On 18 August 2017 at 20:08, Dagmar <Ramgad82 at gmx.net> wrote:
>
> myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"),
> Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00",
> "25.09.2012 10:00"),
2017 Aug 19
4
My very first loop!! I failed. May I have some start-up aid?
Dear all,
I have a data similar to this:
myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"),
Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00",
"25.09.2012 10:00"), Longitude=c("8.481","8.482","8.483","8.481"),
2009 Mar 03
0
a bug of the driver xf86-video-nouveau
hi,
??? I am using NVIDIA's 9200M GS chip, and using the xf86-video-nouveau driver.
?
??? When using the DVI display only? the driver is functioning correctly, and the log file name is Xorg.0.log.dvi.
?
??? But when the DVI display and vga display when used together the driver is functioning wrong, and the log file name is? Xorg.0.log.dvi&vga , and the BIOS just to initialize a vga
2016 Apr 20
1
Use multiple cores on Linux
I am trying to run the following code in R on a Linux cluster. I would like
to use the full processing power (specifying cores/nodes/memory). The code
essentially runs predictions based on a GAM regression and saves the
results as a CSV file for multiple sets of data (here I only show two).
Is it possible to run this code using HPC packages such as
Rmpi/snow/doParallel? Thank you!
2013 May 17
1
Error with adehabitatHR and kernelbb
Dear all,
I'm trying to get a Brownian bridge kernel (kernelbb) for each combination of two consecutive animal locations (see commands below) and put them, with a loop, inside a list. It works well at the beginning but after 42 runs, it appears the following warning :
>Error in seq.default(yli[1], yli[2], by = diff(xg[1:2])) : 
>  invalid (to - from)/by in seq(.)
I looked at the
2009 Mar 17
4
Plastic Water Bottles
The plastics industry says polycarbonate bottles are safe.
http://www.bisphenol-a.org/about/faq.html#g
I'm sure Maggie and here friends would say ALL plastic bottles are
very dangerous.
This lady seems to be at a reasonable middle ground.
http://trusted.md/blog/vreni_gurd/2007/03/29/plastic_water_bottles
Polycarbonate plastics the kind of bottle you bought contains BPA.
"In 2006 Europe
2007 Dec 12
0
Hep on using GAM() in R
Dear friends,
 I met some problem on using GAM() function in R.
Any help or suggestions are greatly appreciated.
# My programs and problems are list below#
library(splines)
library(gam)
point<-read.csv("d:/gam.csv",sep=",",header=TRUE)  #read the data
gam.opt<-gam(mark~lo(x,y,span=0.2)+lo(lstday2004,span=0.2)+lo(slope,span=0.2)+lo(ndvi2004,span=
2005 Jul 27
4
odesolve/lsoda differences on Windows and Mac
Hi -
I am getting different results when I run the numerical integrator 
function lsoda (odesolve package) on a Mac and a PC. I am trying to 
simulating a system of 10 ODE's with two exogenous pulsed inputs to the 
system, and have had reasonably good success with many model parameter 
sets. Under some parameter sets, however, the simulations fail on the 
Mac (see error message below). The
2012 Jun 21
2
R crashes with >kud<-kernelUD(data, h="LSCV") script
Hi, 
I am looking to perform a kernel density analysis in R, following the script that a friend of mine is using successfully. However, unlike for her, when I enter >kud<-kernelUD(data, h="LSCV"), R crashes and closes every time. This does not happen when I perform a different kernel analysis (>kud<-kernelUD(data))..
I have tried to un-install and re-install R, but it still
2004 Jun 14
1
olesolve: stepsize
Hi, 
I am doing a project on the simulation of glucose metabolism based on a
pharmacokinetic modeling in which we have 4 differential equations. I did
this in R by using the odesolve package. It works very well, but I have two
questions:
 
Here is the odemodel function
_________________________________________________
Ogtt.Odemodel <- function(t, y, p) { 
    absx <- c(-60, -45, -30,
2011 Sep 12
1
hclust and cutree: identifying branches as classes
Good afternoon,
After cuting a hierarchical tree using cutree(), how to check correspondances between classes and branches?
This is what we do:
srndpchc <- hclust(dist(srndpc$x[1:1000,1:3]),method="ward") #creation of hierarchical tree
plclust(srndpchc,hmin=20000) #visualisation
srndpchc20000 = cutree(srndpchc,h=20000) #returns 4 classes
table(srndpchc20000 )
srndclass20000 =
2011 Mar 19
1
Undefined symbol "Rf_pythag" while loading spatstat
Today I installed the newest R develepment branch
R version 2.14.0 Under development (unstable) (2011-03-18 r54866)
on FreeBSD 9.0-CURRENT (amd64). All seems fine so far.
After that I updated my R packages with option 'checkBuilt=TRUE'. There 
are four packages (spatstat, pscl, adehabitatLT, adehabitatHR) which 
gives an error like this:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
2004 Oct 06
1
Foreign code problem
Hello,
I wanted to test the odesolve package and tried to use compiled C-code.
But when I do:
erg <- lsoda(y, times, "mond", parms, rtol, atol, tcrit=NULL, jacfunc=NULL,
               verbose=FALSE, dllname="mond", hmin=0, hmax=Inf)
I get the error message:
Error in lsoda(y, times, "mond", parms, rtol, atol, tcrit = NULL,             
               jacfunc =
2012 Feb 23
1
using shapefiles in adehabitat/ converting shapefile to spatial pixel data frame
Hello
I wonder if anybody can help,
I am using the package adehabitatHR to estimate the potential distribution of a species using the command "domain"
In the example given in the AdehabitatHS manual a map containing elevation information is loaded (class= spatial pixels data frame) as well as the GPS points of the animals being tracked, these are then plotted on each other and
2013 Nov 05
1
Help on error (Error: could not find function "kernelUD")
Hello,
I am working through examples of generating Home Range using the
adehabitatHR package. Everything is going fine until I load the code for the
kernelUD function, it looks like this;
> data(puechabonsp)
> kud <- kernelUD(puechabonsp$relocs[,1], h="href")
> kud
I then get an error of;     Error: could not find function "kernelUD"
Any thoughts on what I am
2012 Dec 07
0
apply a function at: dateX, dateX+1, dateX+2, ....
Dear knowing people, 
Dennis Murphy helped me a lot with my first loop last week. Thanks again - I
could have made more than 10 "Thank-You cakes" in the time it saved me! 
But now I want to complicate the thing. My ideas didn't work. Let's see if
anyone is smarter ;-) 
The following packages are needed: 
library(adehabitatHR)
library(rgdal)
library(plyr)
# My dataframe looks