Displaying 20 results from an estimated 200 matches similar to: "spatial/ patches and gaps/ SADIE"
2011 Aug 31
1
unequal bins in filled.contour
Hello,
I am trying to plot SADIE red-blue plots of cluster indicies using
filled.contour. I want a plot which only has three bins for the data:
<-1.5, -1.5 - 1.5, >1.5, but I am having trouble getting there.
example
X1 X2 X3 X4 X5
1 -5 -4.5 1.0 4.5 6
2 -3 -2.0 1.2 -1.0 3
3 0 0.0 0.0 -0.5 -1
4 -2 -3.0 1.0 1.5 3
5 -6 -2.0 0.5 3.0 2
example<-as.matrix(example)
2007 Oct 18
5
vector graphics/ ungroup and edit in CorelDraw
System:
Linux kernel 2.6.15 Ubuntu dapper
R version 2.5.1
ESS 5.2.11 on Emacs 21.4.1
-------------------------
Colleagues
Having read the posts on producing perfect graphs in R, or using
inkscape to edit R graphics output, I have a related question.
Lately I am publishing in a journal that is very picky about their
graphics formats. It is more efficient for me to get the final picky
details
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
2001 Nov 23
2
Rose diagrams in R?
I am looking for a function (or package) to plot histograms of directional
data such as wind direction. I believe these are called rose diagrams. Is
there an R script for this? If not, can it be constructed in a function
calling primitive graphic calls (lines, circles, boxes or polygons)?
The stars function is not quite right.
--
David Finlayson
Geomorphogist and GIS Specialist
NearPRISM -
2009 May 20
1
Comparing spatial distributions - permutation test implementation
Hello everyone,
I am looking at the joint spatial distribution of 2 kinds of organisms
(estimated on a grid of points) and want to test for significant
association or dissociation.
My first question is: do you know a nice technique to do that,
considering that I have a limited number of points (36) but that they
are repeated (4 times)? I did GLMs to test for correlations between
the
2013 Jan 14
2
Reportar Bondad de ajuste de un Modelo No Lineal
Hola:
tengo un pequeño problemita que es más bien estadístico que específico de R, pero de todos modos espero me puedan dar una mano.
Quiero encontrar una forma de reportar la Bondad de ajuste de un modelo No Lineal. Estuve buscando y leyendo y parece que tal cosa no es posible o al menos no es fiable, desde el punto de vista estadístico.
El tema es que quiero mandar un trabajo a una
2010 Oct 03
1
ASIO audio drivers for WINE?
As a professional audio mastering engineer I am anxious to run professional PC audio software under WINE in Ubuntu Mint. Particularly SADiE 6, Adobe Audition 3, Reaper and similar. They all use ASIO driver interfaces with sound cards. The sound card I'm using is LYNX 16e
http://www.lynxstudio.com/product_detail.asp?i=16
What is the state of development of ASIO drivers under WINE.
BTW I think
2019 May 31
1
Integration Windows Server 2012
On Fri, 2019-05-31 at 11:00 +0100, Rowland penny wrote:
> On 31/05/2019 10:55, Andrew Bartlett wrote:
> > On Fri, 2019-05-31 at 10:46 +0100, Rowland penny via samba wrote:
> > > As far as I am aware 2012 is planned for 4.11 (but as I am sure you are
> > > aware, plans can change), after that I am sure that 2016 will be added
> > > as soon as possible.
> >
2008 Jun 10
1
Histogram of gaps
Hi
I consider myself not a complete beginner in R, however an elegant
solution to this problem stumps me. I have a fairly long time series of
60000 or so points, I need to gather the data to create a histogram of
the length of continuous zero periods in a data set.
So image the data looks like this (where as a pre-condition all numbers
are single digit so assume commas if you which, I have the
2010 Mar 15
2
gaps in time series
hello *, im new to the list (and R in general), i have a problem that
im hoping someone can help me solve. i have data that i want to turn
into a time series per day,
ex.
2010-03-01 9
2010-03-03 17
2010-03-04 2
2010-03-05 9
2010-03-07 3
is there an easy way to fill in the gaps for the missing days?
thx much
--joe
2016 Apr 17
0
Could someone fill in the gaps in this Live CD Customization From Scratch tutorial?
https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
It was vague about an isolinux configuration that actually works and the
mkisofs binary isn't in the repository of the distribution I am doing it
on (Debian 8).
2015 Feb 18
0
oVirt gaps for Virtualization SIG
Hi,
following up to CentOS Virt SIG meeting here is a quick review of the gaps we have for porting ovirt within CentOS Koji.
On the manager side, in order to properly build ovirt-engine (the main package in oVirt project) we're missing several pre-requisites.
We're relying on a binary packaging of jboss-as 7.1 we ship as ovirt-engine-jboss-as.
So first step should be to rebuild Fedora 19
2006 Jul 26
1
generating sequences with gaps
I need sequences that have gaps in them, such as the
following:
4 5 6 | 12 13 14 | 20 21 22
a simple question, I've been scratching my head for a
R function that will do this
The : and seq do not allow this, and the c() can be
used although not in an automatic way. I'm sure there
is a way to do it without using a for() construct.
Thank you
2009 Jul 21
1
is a sequence of dates consecutive, without gaps?
I have a long sequence of dates, about 6 years worth, as one column in a
data frame. How can I test whether the sequence is consecutive, that is,
without gaps?
Thanks.
--Chris
--
Christopher W. Ryan, MD
SUNY Upstate Medical University Clinical Campus at Binghamton
40 Arch Street, Johnson City, NY 13790
cryanatbinghamtondotedu
"If you want to build a ship, don't drum up the men to
2010 Oct 13
1
Data Gaps
R community,
I am trying to write a code that fills in data gaps in a time series. I
have no R or statistics background at all but the use of R is proving to be
a large portion of my PhD research.
So far my code identifies where and the number of new entries required but I
do not know how to add additional rows or columns into an array. Any advice
on how this can be done?
Here is an example:
2011 Feb 24
1
Gaps in plotting temporal data.
I'm trying to plot some temporal data that have some gaps in them. You
can see the plot here: http://www.tiikoni.com/tis/view/?id=da222e2.
The problem is that during the time gaps in the TS the line plot is
interpolated over the gap and I don't want it to. I've tried
interleaving the gaps with an NA flag, but there are around 10000
data-points sorted from multiple files, that makes it
2012 Oct 26
0
Seasonal smoothing of data with large gaps (mgcv)
Hi,
I have a set of measurements that are made on a daily basis over many
years. I would like to produce a *non-parametric* smooth of these data to
estimate the seasonal cycle - to achieve this, I have been using the cyclic
cubic splines from the mgcv package. This works superbly in most
situations, but not all.
The problem is that for various practical reasons the data is not available
all year
2011 Jul 26
1
intraday plot and gaps in data
Hi,
I have an intraday timeseries of financial data (see below) which has gaps
due to market opening and closing hours. I am trying to plot it, but the
time gap is always visible in the plot. I tried converting data to xts, zoo,
timeSeries and plotting it with different functions i.e. plot.xts, plot.zoo.
The only way to make it work was with function 'chartSeries' in the quantmod
package
2012 Jun 10
1
Gaps on merging xts objects
Looking for a little help figuring out what's driving gaps in data after
merging two xts objects (msci.m and x2). The merge statement I'm using is
... y <-merge(x2,msci.m, all=FALSE). Here's info on the output , y:
head(y)
t-bill msci
Sep 1985 7.310 316.963
Mar 1986 6.560 463.471
Jun 1986 6.180 498.791
Jul 1987 6.200 778.898
Aug 1987 6.400 833.519
Nov 1987
2005 Sep 23
2
ices2 metadata update causes gaps
Mike... did you look into this? I posted a waveform from a file
generated by ogg123 dumping to a wav (so that audio driver problems were
eliminated).
It looks to me like ices2 is restarting the vorbis encoder in a
non-gapless way when it stops and starts the encoding (to change the
stream id and update the metadata). Because I'm doing crossfades from
one track to another, this shows up.