similar to: Trouble with first passage time analysis using adehabitatLT

Displaying 20 results from an estimated 300 matches similar to: "Trouble with first passage time analysis using adehabitatLT"

2012 Jan 25
0
adehabitatLT -- movement based kernel density
Dear list, ? I am intersted in estimating movement based kernel densities for fish that were relocated at fixed receivers positioned along the coast. These data tend to display both a drift movment between receivers and a random movement component that can be estimated from the mean and the variance of the transit time between receivers. ?If I obtain an estimate of the diffusion coefficient from
2010 Jun 04
2
Help with iteration using while loop
Hello everyone, I am trying to use while loop to iterate a function until convergence. But I am having problem when I try to use a fixed number of iterations. Say I want to use maximum iteration of 150. If the value don't converge within maximum iteration, show warning of no convergence. Currently I don't have non- convergence problem so I think my code works fine. But in future I may
2017 Jun 14
0
SMB_ACL_GROUP SMB_ACL_USER
The user ftp is present in /etc/passwd. I use CentOS 6 x86_64. Here is 'CN=fpt,CN=Users,DC=cogesys,DC=com' cn: fpt sn: POUGNAULT givenName: Fr‚d‚ric distinguishedName: CN=fpt,CN=Users,DC=cogesys,DC=com instanceType: 4 whenCreated: 10/26/2011 13:32:54 whenChanged: 10/26/2011 13:33:03 displayName: Fr‚d‚ric POUGNAULT uSNCreated: 25902109 memberOf:
2013 Jan 18
1
Error in mer_finalize(ans) : Downdated X'X is not positive definite, 8.
Dear All, I have conducted an experiment in order to examine predation pressure in the surroundings of potential wildlife road-crossing structures. I have documented predation occurrence (binary?) in these structures and calculated several possible explanatory variables describing the spatial heterogeneity in several scales. At the landscape scale I have calculated the percentage of different
2017 Jun 14
4
SMB_ACL_GROUP SMB_ACL_USER
Hello, Yes I wrote a mistike its not v4.6.6 but 4.6.5. For "unix password sync = yes" it is an old parameters, it was ten years ago an sftp server was installed with samba server. Currently there is no ftp server. Here is the AD object with RID 7022 objectClass: top objectClass: group cn: FREDGROUP member: CN=fpt,CN=Users,DC=cogesys,DC=com distinguishedName:
2017 Jun 13
1
SMB_ACL_GROUP SMB_ACL_USER
Hello,   I installed a samba server v 4.6.6, I use samba in classic mode (in /etc/default/sernet-samba). Samba is a member of a Windows server 2003 R2 domain.   Here is my smb.conf :   [global] use sendfile = no gpfs:getrealfilename = no smb ports = 445 139 dos charset = 850 unix charset = UTF-8 interfaces = eth0 bind interfaces only = true workgroup = MYREALM passdb backend =
2012 Jan 27
1
need help to build livecd and create success iso file but it hang
Hi all my environment: 1/ windows 7 OS system 2/ use virtual box install the host centos system i try to make a centos livecd and i follow the step 1/ create file: vi /etc/yum.repos.d/centos-livecd.repo and the content of file: # Name: CentOS LiveCD repository [livecd] name = CentOS $releasever - LiveCD baseurl =
2012 Oct 23
4
Changing radii line type in radial plots
Hello all, Is it possible to change the radii line type in radial plots? I wasn't able to find anything online. Thanks, Bern -- View this message in context: http://r.789695.n4.nabble.com/Changing-radii-line-type-in-radial-plots-tp4647238.html Sent from the R help mailing list archive at Nabble.com.
2012 Jul 18
3
'symbols' not plotting correct circle radii
Hi there. I have been plotting some circles using 'symbols', with radii representing my data, but the radii looked incorrect. It seems to happen with a single circle too: Symbols ( 0, 0, circles = 40, xlim = c(-40, 40), ylim= c(-40, 40)) If I put a ruler up to my monitor (technology!) to compare the radius with the axes, the circle isn't radius 40; it is closer to 15... I
2010 Mar 22
0
as.ltraj Error in sort.list(y)
I am trying to workout trajectories from GPS tracking data to run in the FPT function.    This is my code:   id<-data.frame (FPT[,6]) xy<-data.frame (FPT[,4], FPT[,3]) datet <- as.POSIXct (datetime) x<-as.traj(id, xy, datet)   And I get this error:   Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called 'sort' on a list?   I have checked
2006 Apr 27
0
pls package: bugfix release 1.2-1
Version 1.2-1 of the pls package is now available on CRAN. This is mainly a bugfix-release. If you fit multi-response models, you are strongly engouraged to upgrade! The main changes since 1.2-0 are - Fixed bug in kernelpls.fit() that resulted in incorrect results when fitting mulitresponse models with fewer responses than predictors - Changed default radii in corrplot() - It is now
2006 Apr 27
0
pls package: bugfix release 1.2-1
Version 1.2-1 of the pls package is now available on CRAN. This is mainly a bugfix-release. If you fit multi-response models, you are strongly engouraged to upgrade! The main changes since 1.2-0 are - Fixed bug in kernelpls.fit() that resulted in incorrect results when fitting mulitresponse models with fewer responses than predictors - Changed default radii in corrplot() - It is now
2006 Dec 21
2
Locking problem
Hi all! I am using Debian Sarge with Samba version 3.0.14a-Debian and experience a locking problem: the program is a linux port of a Clipper program compiled with xHarbour (www.xharbour.org). It uses byte-range-locking to lock a record of a dbf database. If I mount the server directory over an smbmount and start 2 clients on the server accessing the server directory over the smbmount, the
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
On Tue, Jun 24, 2014 at 2:38 PM, Adrian Prantl <aprantl at apple.com> wrote: > I will take this. > > !5 = metadata !{metadata !"./test.h", metadata !"/Volumes/Data/radar/17052973"} > !6 = metadata !{i32 786489, metadata !5, null, metadata !"test", i32 1} ; [ DW_TAG_namespace ] [test] [line 1] > !4 = metadata !{i32 786434, metadata !5, metadata !6,
2011 Jan 12
1
Basic Stars Plot - help ..
Hi there Rers I am trying a very basic stars plot: x<-matrix(c(1,4,3,1.1,2,3,4,3,1,1,5,2), ncol = 3, byrow = TRUE, >> dimnames=list(c("a","b","c","d"),c("x","y","z"))) > > stars(x, draw.segments = TRUE, radius=TRUE) > > Can anyone explain what I am seeing there - EACH of my plots should have 3 coloured
2008 Oct 13
3
rotating points on a plot
Anybody know how to rotate shapes generated with the 'points' function? I'm trying to place points around a radial diagram such that the y-axis of individual shapes are oriented with the radii of the circle rather than the y-axis of the larger plot area. Perhaps something analogous to the 'srt' and 'crt' functions for text that appear under 'par'?
2006 Jun 06
0
help, oplocks problem still?
Hello all, I have a foxpro application that someone else wrote that I am trying to support to XP clients. I have done what I can to disable oplocks on my end and they are all service pack 2 XP Professional workstations. in my [global] section I have the following: # http://www.drouillard.ca/Tips&Tricks/Samba/Oplocks.htm lock spin time = 15 lock spin count = 30 kernel oplocks =
2011 Nov 25
1
CentOS6 yum-plugin-fastestmirror spectacular failure
I'm trying to update from the cr repo, but yum-plugin-fastestmirror gets it totally wrong; it selects a mirror in .hk that deliveres bytes per second, and as far as I can tell, most or all of the timedhosts.txt entries are in the Middle or Far East. What's going on? Nobody mirroring cr in other parts of the world? mirrors.ta139.com 99999999999 centos.communilink.net 99999999999
2012 May 17
1
oldlogspline probabilities
I using oldlogspline (from logspline package) to model data distributions, and having a problem. My data are search area sizes. They are based on circular search radii from random points to the nearest edge of the nearest grass tussock. Search area sizes are distributed from 0 (the random point intercepts a tussock) and upwards (as points are further from any tussocks). The density of all my
2009 Nov 20
1
Spatstat, markcorr, max. radius limited??
Hello, could please somebody help me. I want to apply the mark correlation function but for radii up to 75 meters (in 75 individual 1m steps). Unfortunately, "There is a sensible default for the values of the argument r at which the mark correlation function kf (r) should be evaluated", so that I do not get results for r > 25m. Can I change something in the function to get the