search for: radii

Displaying 20 results from an estimated 23 matches for "radii".

Did you mean: radio
2012 Oct 28
1
Trouble with first passage time analysis using adehabitatLT
...RUE) attach(test) library(adehabitatLT) xy<-test[,c("x","y")] date1<-as.character(date) date<-as.POSIXct(date1) fit1<-as.ltraj(xy,date,id=test$name,burst=name,typeII=TRUE)/ from here things start to get fuzzy 1) Instead of following the basic expression, /fpt(lt, radii, units = c("seconds", "hours", "days"))/ the sample code on the tutorial expressed fpt as, /fpt(lt, seq(300,1000, length=30))/ But as far as I can tell this code does not set a specific radius distance (e.g., 100 m), but rather defines how many radii are to be distr...
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 close...
2013 Jan 18
1
Error in mer_finalize(ans) : Downdated X'X is not positive definite, 8.
...umented 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 land-uses (7) in buffers around the structures with changing radii (100m, 250m, 500m, 1000m and 2000m). For each radii I have generated a set of all possible models from the given 7 variables related to this radii. I have tried to account for random effects. A spatial random effect ? the structure itself as a repeated measurement, by adding the term (1|Road_S...
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'? Thanks, Rich
2011 Jan 12
1
Basic Stars Plot - help ..
...;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 sectors no ? - for x, y and z. How come I am seeing only two sectors? Also the length of the radii show the ratio compared to the other values of the columns (e.g. "x"), correct ? (And there is no direct relationship between the values of a single row, or is there?) I am using R 1.12.1 for Linux, Many Thanks JP [[alternative HTML version deleted]]
2005 Jun 02
2
Adding a legend to a symbol plot
...ated a symbol plot with circles that represent the mean temperature at lat/lon locations over the United States. The radius of the circle corresponds to the mean temperature. I would like to add a legend that identifies a range of temperatures (e.g. 0-10, 10-20, etc) with circles of the appropriate radii next to them. I've read the manual on how to add a legend, and I'm fine with adding one to the plot. However, I cannot get circles of different sizes to come up next to the ranges in my legend. All that is coming up are circles of all the same radius. In looking at the R manual, it appears...
2006 Apr 27
0
pls package: bugfix release 1.2-1
...his 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 possible to select the radii of the circles in corrplot See the file CHANGES in the sources for all changes. The pls package implements partial least squares regression (PLSR) and principal component regression (PCR). Features of the package include - Several plsr alg...
2006 Apr 27
0
pls package: bugfix release 1.2-1
...his 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 possible to select the radii of the circles in corrplot See the file CHANGES in the sources for all changes. The pls package implements partial least squares regression (PLSR) and principal component regression (PCR). Features of the package include - Several plsr alg...
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 distributions (using doldlogspline) are highest at size=0, and decline a...
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 requ...
2008 Jun 04
2
Creating a "simple" Radar/Spider Plot from Statgraphics
...42 25 and get a graphic with 4 superimposed stars of different colors superimposed showing the shape of the distribution for each year. The data is percentsges of students scoring in each category, summing to 100. There are actually scores for Literacy and Math, so I might display 8 radii instead of the 4 above. And the dataset/graph would be repeated for comparing various subpopulations. Any pointers would be welcomed! Thanks! Albert Crosby Springdale Public Schools Springdale, Arkansas [[alternative HTML version deleted]]
2017 Oct 24
3
draw a circle with a gradient fill
Hi all,I would like to draw a simple circle where the color gradient follows the rule color = 1/(r^2) where r is the distance from the circle. I would also like to add a color bar with values going from -40 to -110 (and associate those with the color gradient that fills the circle). So far I experiemented with draw circle
2006 Feb 28
0
Canonical Values and Centroids for MANOVA plots
...ruct a centroid plot using canonical values from a MANOVA. I know that from the summary.manova object you can get Eigenvalues, and the H and E matrices (from SS$Treatment and SS$Residuals), but I am at a loss to get the loadings for the canonical values, nor values for the centroid centers and radii. Is there a package that does this that I am just missing, or any helpful code out there that I have been unable to locate? Thanks so much! -Jarrett p.s. There are a bunch of ecologists and evolutionary biologists here at Davis who, as a group, have just taken it upon themselves to learn R,...
2017 Dec 13
0
PLS in R
Margarida Soares <margaridapmsoares at gmail.com> writes: > Thanks for your reply on pls! > I have tried to do a correlation plot but I get the following group of > graphs. Any way of having only 1 plot? > This is my script: > > corrplot(plsrcue1, comp = 1:4, radii = c(sqrt(1/2), 1), identify = FALSE, > type = "p" ) "Correlation loadings" are the correlations between each variable and the selected components, so I don't see how you can have more than two sets of correlations (i.e., more than two components) in a single scatter plot...
2009 Mar 04
5
Detect polyline relationship to map bounds?
I''m working on a mapstraction implementation modeled after the radius search feature. (http://mapstraction.com/demo-radius.php) I''d like to recognize when the user extends the radius beyond the visible edges of the map and adjust the zoom level. I''m not seeing how to test this when redrawing the circle. I thought maybe I wanted to use polylineCenterAndZoom()
2002 Feb 20
2
Clustering and Calinski's index
I have to solve a clustering problem. My first step is to determinate the number of clusters, that's why I 'm using the Calinski index ( [tr(b)/(k-1)]/[tr(w)/(k-1)] ) which i try to maximize to have the best number of clusters. A function is already implemented in R to calculate this index : clustIndex(cl,x, index="calinski") where cl is the result of a clustering method ,
2010 Feb 05
2
Spider Plot color problem
Hi all, I have encountered a problem which appears to have defeated my (admittedly nascent) R skills. I want to draw a spider plot with many cases (just over 300). I am primarily interested in the difference between 4 categories of cases, and want to display them as different colors. the col.stars parameter does not change the color of the lines (which I'm after), but fills the stars in
2007 Jul 24
1
How to add circular text for a graph with concentric circles
...that marks each concentric circle (except the central circle) to be curved around the circle, located in the middle of each band, thus following the circle instead of being horizontal, as I have it now. Thank you very much, best regards, Suhas # Conurbano1a.R # R Program to generate circles, radii based on proportion of ALL STUDENTS # Prepared by Suhas, Tuesday, July 24, 2007 grid.circle(x=0.5, y=0.5, r=3*(.1268), default.units="npc", name=NULL, gp=gpar(fill="olivedrab1",col=NULL), draw=TRUE, vp=NULL) grid.circle(x=0.5, y=0.5, r=3*(0.095882), default.uni...
2011 Sep 12
6
barplot in hexagram layout
dev.new(width=6, height=1.5,mar=c(0,0,0,0)) par(mfrow=c(1,1),mar=c(.5, .5, 1.5, .5), oma=c(.4, 0,.5, 0)) barplot(c(1,1,1,1,1,1),col=c("blue","purple","red","green","orange","yellow"), axes = FALSE) I have a barplot that returns six colors in a line. I would like to get the same six color blocks in a hexagram layout (if it were a clock,