search for: movement

Displaying 20 results from an estimated 1026 matches for "movement".

2009 Dec 03
3
Three-dimensional (3D) movement using 'R'
Hi Everyone, I have a question regarding the construction of 3D graphs in 'R', BUT these graphs also need to illustrate movement (with time) of the prostate gland (using radiological techniques). I am not sure how to do this in 'R' although I'm sure there is some way of doing it. Below, I have copied and pasted some of the data with which I'm working on. The data are for axial images of the prostate for...
2009 Feb 24
0
[SoC09-Idea] Movement Ecology add-ons for adehabitat package
Hi all, here's a proposal for a SoC project on wildlife movement patterns analysis. A MSc student is available to anwser the call, of course. The idea has already been briefly discussed with the mantainer of the adehabitat package and the AniMov project community. Short description Develop some add-on functions to use the adehabitat package to perform basic...
2006 Aug 04
8
I need an idea !
Hello here, I need to find an idea to solve a problem I manage Events which are of kind :arrival or :departure At first the two kind of events was unrelated but my client want to see the :departure belonging to the :arrival and vice versa. I''m searching for a solution to implement this ''link''. I''ve thought about an integer column containing an uniq id for
2009 Mar 21
2
limiting simulated animal movement
Hi, I am trying to simulate animal movement in a gridded landscape made up of cells. At each time step (iteration), the animal moves from one cell to another in a random fashion. This is how I am simulating movement, where a and b are the x,y co-ordinates of the animal at the previous time step: for (i in 1:no.of.steps){ direction <- sam...
2008 Jun 01
2
how to analyze time series structures?
...this would make me feel good. First I need to analyze effect of Dow Jones Industrial average(DJIA)'s return on Istanbul Stock Exchange(ISE). I want to use Markov-Switching Bayesian Vector Autoregression Models (MSBVAR) that is used to examine the effect of a large economy?s stock exchange movement on a small economy?s stock exchange movement. The foreign stock exchange index follows its own dynamics (an AR process is used as a proxy). Turkish stock exchange movements are affected by its own lag and movements of the foreign stock exchange. Therefore, the foreign stock exchange can be thought...
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 obta...
2007 Jun 24
1
movement backend
Hi I'm just wondering what the status is on the new movement architecture that I think David mentioned a few months ago. The point was to get more predictable and accurate movement in the plugins. Since the current method recomputes speed and direction every "timestep". So the movemnt is actually computed on the fly, instead of having a p...
2018 May 08
2
Bilateral matrix
I have data on current and previous location of individuals. I would like to have a matrix with bilateral movement between locations. I would like the final output to look like the second table below. I have tried using crosstab() from the ecodist but I do not have another variable to measure the flow. Ultimately I would like to compute the probability of movement between cities (movement to city_i/total movem...
2008 Dec 15
1
Semi-random movement inside a circle
Dear list, I am trying to program semi-random movement within a circle, with no particles leaving the circle. I would like them to bounce back when they come to close to the wall, but I don't seem to be able to get this right. Would somebody kindly give me a hint ? This is my code so far, the particle starts at some point and moves towards the wal...
2008 Dec 15
1
Movement within a circle
Dear list, ? I am trying to program semi-random movement within a circle, with no particles leaving the circle. I would like them to bounce back when they come to close to the wall, but?I don't seem to be able to get this right. ?Would somebody?be able to?give me a hint ? This is my code so far, the particle starts at some point and moves towards the...
2011 May 12
5
Mouse movement only in some directions
Hi, my mouse doesn't work correctly in many games (not all). I'm using Ubuntu 10.10 and the wine1.3 (from the launchpad package). This concerns Need for Speed 2, Star Trek Bridge Commander and some others. In Star Trek Bridge Commander the mouse doesn't seem to have a right x-axis and I'm not able to click on anything. Using the Keyboard to move the cursor won't do as well. In
2002 Nov 25
3
scale for the y-axis
hi there I hope you can help me I'm doing a boxplot and I'm trying to change the y-axis from seconds to minutes I do this: boxplot ( time~movement*scene, ylab = "Time (seconds)", xlab = "Condition") but seconds goes from 0 to 900 and I'm looking to change it into minutes I've been though the manuals but I don't know what you call this function so its hard to look it up I've looked up scale y-axis division...
2007 Feb 20
2
scaler plugin fixes
Hi I think this is mostly a question of preference for my part, but I think it would give an overall better quality feel. What I'm talking about is mostly the movement it uses. As I've come to understand, it uses velocity and direction, and a target point. This means that it updates it velocity and direction every X seconds (timestep), and gives it the possibility to be unaccuarte, like overshoot its goal and wobble a little. What my issue is though,...
2018 May 08
3
Bilateral matrix
...es = c(NA, > -15L)) > > dcast(temp1, previous_location ~ current_location) > > On Tue, May 8, 2018 at 12:10 PM, Miluji Sb <milujisb at gmail.com> wrote: > > I have data on current and previous location of individuals. I would like > > to have a matrix with bilateral movement between locations. I would like > > the final output to look like the second table below. > > > > I have tried using crosstab() from the ecodist but I do not have another > > variable to measure the flow. Ultimately I would like to compute the > > probability of moveme...
2018 May 08
0
Bilateral matrix
...= "data.frame", row.names = c(NA, -15L)) dcast(temp1, previous_location ~ current_location) On Tue, May 8, 2018 at 12:10 PM, Miluji Sb <milujisb at gmail.com> wrote: > I have data on current and previous location of individuals. I would like > to have a matrix with bilateral movement between locations. I would like > the final output to look like the second table below. > > I have tried using crosstab() from the ecodist but I do not have another > variable to measure the flow. Ultimately I would like to compute the > probability of movement between cities (moveme...
2015 May 08
0
Any movement of Coherence?
Hi All, Anyone know if there has been any movement on Coherence (floating windows) yet with KVM? Would help with the no Wine 32 on RHEL 7. https://bugs.freedesktop.org/show_bug.cgi?id=39238 -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
2005 Oct 27
0
restricting movement in sortable list
...o know if this is possible. Say you have a sortable list like so: <ul id="mysort"> <li>one</li> <li>two</li> <li>three -- A</li> <li>four</li> <li>five -- B</li> </ul> Is there any way to restrict the movement of "three -- A" and "five -- B" such that they never cross? For example, you could click on five and move it above four but you wouldn''t be able to move it above three. That make sense? I looked over the code and didn''t see an obvious way to do this -- any idea...
2010 Apr 23
5
Data movement across filesystems within a pool
I would have thought that the file movement from one FS to another within the same pool would be almost instantaneous. Why does it take to platter for such a movement? # time cp /tmp/blockfile /pcshare/1gb-tempfile real 0m5.758s # time mv /pcshare/1gb-tempfile . real 0m4.501s Both FSs are with compression=off. /tmp is RAM. -devsk -...
2008 Mar 31
1
WinXP exhibits sluggish graphics window movement & mouse tracking (repainting?) over windows graphics devices
...avior starts after a "plot(rnorm(100))". The slowdown seems to depend on the area of the R graphics window that is visible. The slowdown also occurs when moving the plot window. For example, if the graphics window is frontmost, and I want to move it until it is mostly offscreen, then the movement is jerky. However, once the window is mostly offscreen, dragging it back onto the screen is smooth and fast. (When I drag windows, I only see the frame, not the contents.) This seems to affect SDI and MDI modes. The Windows task manager confirms that when the plot window is frontmost, Rgui.exe t...
2006 Apr 06
3
Drag and drop events. Or: How I learned to take over the world.
...for my own personal growth and javascript goodness. It is a drag and drop game, and it may not be 100% possible to do everything I want with it. But that has not stopped me from trying thus far. The project: a javascript drag-n-drop chess game. The goal: Make a chess game that can track movements for players, make sure moves are valid, remove pieces on capture. I figure stalemate/checkmate calculations can be left to the players for now. What do I have done? Not a ton. I got stuck. Which is why I need you all. What is my problem(s)? Simply, events. I think I need to use a lo...