similar to: visualization kernelbb data

Displaying 20 results from an estimated 10000 matches similar to: "visualization kernelbb data"

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
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
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
2008 Apr 29
1
generic question ==>> mapping Longhurst biogeochemical ocean provinces in R
*Hello all ** I am a newbie to R plotting maps. I am trying to plot over a world map a layer of Biogeochemical provinces (BGCP) by A.R. Longhurst. Each ocean region unfortunately are quite irregular in shape (not perfect squares). In GIS this layer of ocean provinces would be a layer of polygons, which I am assuming it cannot be plotted with R. I was wondering If anybody has encounter this
2007 Sep 03
0
adehabitat version 1.7
Dear all, I have uploaded to CRAN the version 1.7 of the package 'adehabitat'. Significant changes are listed below: * The Brownian bridge kernel estimation algorithm has been greatly improved. It now takes more than 80% less time than the previous version. A new function "liker" has also been added, which estimates the one of the two smoothing parameters of the bridge
2007 Sep 03
0
adehabitat version 1.7
Dear all, I have uploaded to CRAN the version 1.7 of the package 'adehabitat'. Significant changes are listed below: * The Brownian bridge kernel estimation algorithm has been greatly improved. It now takes more than 80% less time than the previous version. A new function "liker" has also been added, which estimates the one of the two smoothing parameters of the bridge
2005 May 30
0
newbie problem with registration of sip client
hello all, now, i want to do configuration to make sip client have extension on my asterisk.but i have a problem with registration of sip client. *CLI> May 31 13:58:01 WARNING[4927]: chan_sip.c:886 retrans_pkt: Maximum retries exceeded on call 4b5cbb235a46d6ee0bcd278c1e294105@192.168.8.125 for seqno 115 (Critical Request) May 31 13:58:15 NOTICE[4927]: chan_sip.c:4585 sip_reg_timeout: --
2009 Oct 24
1
Smoothing Parameter Kernel
Hello to everybody, I need to know the Smoothing Parameter to obtain Home Range of an animal through the Area Kernel. I have 200 locations with x and y. How can I obtain the Smoothing Parameter with R for LSCV, CV and Href method??? Thank you. -- View this message in context: http://www.nabble.com/Smoothing-Parameter-Kernel-tp26037651p26037651.html Sent from the R help mailing list
2011 Aug 28
1
Help with levelplot color assignment in lattice
Dear R users, I'm currently trying to make level plots of a longitudinal study of the spatio-temporal spread of a plant disease in a field, but the results of the color key assignment isn't what I expect. Here's more info. I recorded the level of a disease on an ordinal scale from 0 (no disease) to 9 (dead plant) on a grid that has 9 rows and 14 columns. The disease level on each
2010 Jan 09
0
importing home range polygon
Hi everyone, I am using adehabitat package for habitat selection analysis, I know R also do home range analysis, but I want to import home range polygon to R and run K-select analysis on this home range polygon. Do you know any material to help me? Thanks, Mustafa [[alternative HTML version deleted]]
2005 Jun 01
0
newbie with kphone and asterisk
hello all, i have already configure sip.conf and dialplan. i done the follow me script. first problem: i want to call(with kphone) someone at my extension, i must dial the extension number. i can't dial their username. 20531603@192.168.8.125 (work) mustafa@192.168.8.125 (call fail) is it possible to do that?? second problem: if i want to call another number (not my
2013 Jan 15
0
temporal and spatial correlation structures in GAMM
Dear R_help list members!   I’m studding forest carnivores and I have data on resting site selection and use!   I’m trying to model the probability that a forest carnivore might have in be located in a tree hollow (1) (the main resting site selected) rather than elsewhere (0) (other resting site types, dens, nests, etc.). The model should be related with several variables such as for instance:  
2014 Jun 15
0
Problem with converting a list of grids to a list of polygons
Hi. For a spatial analysis (its visualization) I need to produce a map of conditions and traits. When I used SpatialPixelsDataFrame (sp package) my grid cells were regular and between each row was a small gap, which is not only messy but incorrect. So I generated the coords of each grid from the centroids in order to elongate the cells manually (or does anybody know another way to solve this?).
2007 Apr 27
4
Unwanted white borders on semi-transparent polygons?
Hey all, I'm trying to create a plot of two semi-transparent regions. The reason they need to be partially transparent is so that I can see if there's any overlap. Here's some example code: # BEGIN pdf(file="test.pdf",version="1.4") plot(0,0,type="l",ylim=range(-3,3),xlim=range(-1,5)) polygon(c(0,1,2,3,4,3,2,1,0), c(0,1,2,1,0,-1,-2,-1,0),
2003 Apr 03
1
ts function
hello I read "Practical Time Series" (Gareth Janacek; 2001) and they presented e.g the smoothing functions msmooth(x,k) or the bivariate function crosscorr(x,y,k), but both didn't work on my machine. I only load the ts library, is another library necessary or did this function change since 2001? Is there a more recent and detailed manual for ts? thanks, cheers Martin -- Martin
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
Hi John, I have looked into the EmitAutoVarAlloca() in CGDecl.cpp. However, I could not figure out how to employ my custom attribute for code generation. For example, my custom attribute is visible in CGDecl.cpp but how can I generate based on my custom attribute if (D.hasAttr<myCustomAttri>()) { //What to do here? } What I wan in IR is something like below. Without Custom Attribute:
2006 Nov 14
1
Question regarding bounce messages on quota full. [solved]
On 11/14/06, Mustafa A. Hashmi <mahashmi at gmail.com> wrote: In the following section: > auth default { > mechanisms = plain > > socket listen { > master { > path = /var/run/dovecot-auth-master > mode = 0600 > user = vmail # User running Dovecot LDA > #group = mail # Or alternatively mode 0660 + LDA user in this group >
2013 Jan 28
1
Adding 95% contours around scatterplot points with ggplot2
Hi all, I have been looking for means of add a contour around some points in a scatterplot as a means of representing the center of density for of the data. I'm imagining something like a 95% confidence estimate drawn around the data. So far I have found some code for drawing polygons around the data. These look nice, but in some cases the polygons are strongly influenced by outlying points.
2013 Sep 25
0
How to fix col.regions mapping in multiple spplot?
Hello, I have a question on sp package. I drew pixel heat maps of continental U.S. using insurance litigation data. If an insurance claim is litigated at a certain location, 1 is assigned; otherwise 0 is assigned. I have assigned a value between 0 and 1 to each pixel on my map using inverse-distance weighting (spatial smoothing). I need to draw two pixel maps, one for period 2001-2006 and the