similar to: Area of overlap between polygon and circle

Displaying 20 results from an estimated 3000 matches similar to: "Area of overlap between polygon and circle"

2009 May 20
1
combining xYplot with map
I'm using xYplot to create a bubble plot of values that I'd like to visualize on top of a filled-in map of the coast, but I'm too much of a lattice (which I understand xYplot is built on) and mapping newbie to figure out how to begin to make this happen. Below is some sample code that doesn't work but illustrates my goal. Any pointers anyone has would be much appreciated.
2007 Oct 29
1
meaning of lenwrk value in adapt function
R-listers, In using the adapt function, I am getting the following warning: Ifail=2, lenwrk was too small. -- fix adapt() ! Check the returned relerr! in: adapt(ndim = 2, lower = lower.limit, upper = upper.limit, functn = pr.set, Would someone explain what the 'lenwrk' value indicates in order to help diagnose this issue. Also, what are the possible codes for Ifail, so I can set
2006 Apr 14
1
Adding values to top of bars in barchart
Given the following data frame ("freq.sp"), > str(freq.sp) `data.frame': 42 obs. of 4 variables: $ behav : Factor w/ 6 levels "approach","bowride",..: 1 1 1 1 1 1 1 2 2 2 ... $ species: Factor w/ 7 levels "COAST_SPOT","EAST_SPINR",..: 1 2 3 4 5 6 7 1 2 3 ... $ n : int 193 194 563 357 570 369 74 194 208 633 ... $ pct :
2006 Feb 10
1
Creating multiple copies of rows in data frames
ListeRs, Within the last two months, I thought I saw mention of an R function that would create a new data frame composed of duplicates or multiple copies of rows of an input data frame given one or several columns of values indicating how many times each row should be copied. As a simple example, given a dataframe: > in.df x y 1 A 1 2 B 2 3 C 3 "func.name (in.df, in.df$y)"
2007 Feb 15
1
combining lists with same names with 'c'
I recently ran across an unexpected problem caused by combining lists that contained elements of the same name. I naively thought that the elements would get overwritten, but rather the "new" element gets added with the same name. A simplified version is : > my.list <- list(a = 1) > new.list <- c(my.list, list(a = "a", b = "b")) > new.list $a
2005 Aug 03
1
passing variable to formula environment
List gurus, I'm trying to code a Gompertz growth curve function as part of a larger project and have run across a problem due to my ignorance of environments. Some sample data and the function are as follows: growth <- data.frame(age = c(1.92, 3, 5.83, 3.17, 15.5, 1.17, 5.58, 13.33, 14.29, 5.83, 13.79, 6.33, 13.75, 16.83, 13, 11.67, 0.25, 1.73, 9.46, 5.67), length = c(157, 165, 179,
2006 Mar 20
2
subsetting and NAs
R-help, I'm getting some unexpected behavior with subsetting a data frame (aircraft flight data) that I can't sort out. Here is a simplified version of my data frame and problem: > flight FlightID TailNo FlightDate HobbsTime FlightCost Date year 1 4497 6009K <NA> 2.2 330.0 <NA> NA 2 4498 6009K <NA>
2005 May 13
0
randomForest partialPlot x.var through function
All, I'm trying to set up a function which calls the partialPlot function but am getting an error that I can't seem to solve. Here's a simplified version of the function and error... > pplot <- function(rf,pred.var){partialPlot(x=rf,pred.data=acoust,x.var=pred.var)} > > attach(acoust) > acoust.rf <-
2006 May 03
1
Vector searching and counting speed optimization
R-users, I'm seeking any suggestions on optimizing some code for speed. Here's the setup: the code below is part of a larger chunk that is calculating Fst values across loci and alleles. This chunk is designed to calculate the proportion ('p.a') of an allele ('a') at a locus in each population ('p') and the proportion of individuals heterozygous for that
2007 Jan 07
2
creating a list of lists
Hello, I'm trying to create a series of randomForest objects, basically in a loop like this: forests <- list(); for (level in 1:10) { # do some other things here # create a random forest forest <- randomForest( x = x.level, y = z.level, ntree = trees ); forests <- c(forests, forest); } But instead of creating a list of 10 forests, this creates a list
2009 Jan 18
8
regex -> negate a word
Dear all, let's assume I have a vector of character strings: x <- c("abcdef", "defabc", "qwerty") What I would like to find is the following: all elements where the word 'abc' does not appear (i.e. 3 in this case of 'x'). Since I am not really experienced with regular expressions, I started slowly and thought I find all word were
2007 Nov 05
0
vector graphics/ SVG plots via RSvgDevice
System: Linux Ubuntu 7.10 Gibbon kernel 2.6.22-14-generic Emacs ver. 22.1.1 ESS ver. 5.3.0 R version 2.6.0 (2007-10-03) ------------------------------------------------ Colleagues This is a follow-up note to my earlier post under this header, giving my solution. First, with some trepidation I upgraded my ubuntu distro, and this time did a full reinstall, so I did not break my system, as I have
2003 Oct 23
2
GIS re-mapping / polygon overlap
In Germany the Unemployment Agency uses a sectioning of the german map that is different from the usual Administrative Boundaries. Some demographic data are available in Administrative Boundaries only, some in Unemployment Boundaries only. I would like to generate estimates in one boundary system of data availabe in the other boundary system, and would appreciate advice concerning the following
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
I'm running into some errors I can't figure out. Situation: I have a Sparc IPX (2.6 Solaris), a Mac OS X box and an Ultra Sparc 1 running Solaris 9. I am trying to rsync a web site between the IPX and Ultra 1. All boxes are running 2.5.5 rsync built from source. Problem: Can't get a a sync between the IPX -> Ultra. IPX = kashmir Ultra = vortac Mac = archer Assumptions: a).
2017 Nov 21
1
Ganesha or Storhaug
Yeah I saw that, which is what brought me to the mailing list. Ta From: Joe Julian <joe at julianfamily.org> To: Jonathan Archer <jf_archer at yahoo.com> Sent: Tuesday, 21 November 2017, 14:04 Subject: Re: [Gluster-users] Ganesha or Storhaug Not according to storehaug's GitHub page: > Currently this is a WIP content dump. If you want to get this up and running,
2017 Nov 21
1
Ganesha or Storhaug
Thanks Kaleb, I presumed as much. I did previously try with 3.10 but ended up running into issues with pacemaker. I guess same question applied, can you point to any guides to a full setup of Ganesha on 3.10? Thanks From: Kaleb S. KEITHLEY <kkeithle at redhat.com> To: Jonathan Archer <jf_archer at yahoo.com>; "gluster-users at gluster.org" <gluster-users at
2006 Jan 03
1
Problem with date & time on Aastra480isincerelease 1.3
Actually it worked, but only after I defaulted all the settings on the phone and let it pick the config up fresh. Anyone know if there is any headset config options to default to headset/speaker? Thanks Lee -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Lee Archer Sent: 03 January 2006 14:49 To:
2017 Nov 21
0
Ganesha or Storhaug
On 11/21/2017 08:59 AM, Jonathan Archer wrote: > Hi all, > > I've just installed gluster 3.12 to build a test NFS storage cluster and > noticed that ganesha seems to have been consumed into storhaug. > > Is there any documentation or guides around for storhaug? > No, not yet. If you want HA clustered ganesha with glusterfs your best bet for now is to use
2006 Feb 16
1
Firmware version 1.3.1 released for AastraIPphones
Thanks -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dave Cotton Sent: 16 February 2006 14:02 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Firmware version 1.3.1 released for AastraIPphones On Thu, 2006-02-16 at 13:28 +0000, Lee Archer wrote: > There is no
2010 Feb 05
0
Plot point text labels over polygon w/o overlap?
Using pointLabel in the maptools package will plot text labels for points to avoid overlap of text. But is there a way to avoid/minimize overlap of text labels with the outline of an underlying polygon? For example, when plotting location of cities, one would like the text labels to not fall on top of nearby country/state borders, etc. Many thanks, Kevin Ummel Central European University