Displaying 20 results from an estimated 5000 matches similar to: "Finding periods, sort of."
2012 Jun 04
1
Ternary plot and filled contour
Dear R-Users, I'd like to have some tips for a ternaryplot ("vcd").
I have this dataframe:
a<- c (0.1, 0.5, 0.5, 0.6, 0.2, 0, 0, 0.004166667, 0.45) b<- c (0.75,0.5,0,0.1,0.2,0.951612903,0.918103448,0.7875,0.45) c<- c (0.15,0,0.5,0.3,0.6,0.048387097,0.081896552,0.208333333,0.1) d<- c (500,2324.90,2551.44,1244.50, 551.22,-644.20,-377.17,-100, 2493.04)
2012 Apr 20
1
Ternaryplot as an inset graph
Hello
I am trying to add a ternary plot as a corner inset graph to a larger
main ternary plot. I have successfully used add.scatter in the past for
different kinds of plots but It doesn't seem to work for this particular
function. It overlays the old plot rather than plotting as an inset.
Here is a simple version of what I'm trying. Note that if I change the
inset plot to be an ordinary
2003 Jul 15
2
R, geochemistry, ternary diagrams
I'm in e-mail contact with a geochemist who maintains a well regarded
geochemistry web site. He's drawing diagrams either with a Turbo Pascal
program running in a DOS window or with Excel. I'm trying to persuade
him that R would be a better choice. Something he's particularly keen
on is ternary diagrams. I think he is talking about ternary phase
diagrams, and if so, it looks as
2008 Sep 04
1
A ternary graph's scales
Hi all,
I am drawing a ternary graph. Everything is fine with both ternaryplot
(package vcd) and triangle.plot (package ade4), but I want to present
scales in neither percents nor from 0 to 1 (this is actually the only
option I found in both functions). I want the scales to be in a
natural scale (from 0 to k, k being the number of objects). Is it at
all possible? (Descriptions of both functions
2005 May 25
1
Ternary Plots with continuous data
Hello
I have a data base consisting of soil parameters, and tree species
densities. The vcd (visualizing categorical data) package includes the
ternaryplot function which plots the gravitation center of 3 prameters.
I'd like to find a similar function for use with continuous data rather than
categorical.
Does anyone know of a function suitable for this objective?
Thanks
Steve
2008 Jul 03
1
Ternaryplot function
I am new to R, so this is most likely a dumb question. I just installed the
vcb package, but when I try to use a function from it (ternaryplot) I get an
error message saying 'could not find function: ternaryplot'. I'm pretty
confident that my script is correct, so I'm assuming that I did not properly
install the package. Is there another step past downloading, and selecting
2010 Feb 16
3
Triangular filled contour plot
Hi all,
I am working on a filled contour plot which shows a triangular matrix data
set (as shown below). Is there a possibilty to draw a triangular filled
contour in a equilateral triangle (like a ternary plot)?
Thanks in advance
Johannes
http://n4.nabble.com/file/n1557386/Bild3.png
--
View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2011 Feb 15
1
ternary contour plot
Colin,
If your propose is to create a ternary plot with points and vectors, I think easier do this with graphics based plots instead of trellis based plots. Although, with little work you can do with trellis too. I gave you a reproducible code to put an arrow in a ternary plot. I use the function locator() to extract coordinates. The code is the following
2006 Apr 03
2
Ternary or Triangular Plots (soil texture triangle plot)?
Hi,
I am trying to create a triangular plot to show the 'composition' of a
set of items with three variables (historically the percent sand, silt
and clay in soil).
So far I have tried the 'soil texture triangle plot' in the package
plotrix and the 'ternary or triangular plots' in the package cwhtool
(cwhmisc). Both have strengths and weaknesses, but neither has a
2010 Jul 20
2
[LLVMdev] [cfe-dev] conditional operator
Hello Jochen-
Your expectation is incorrect, I'm afraid. Typically this would be expanded
to something like this:
…
%cmp = …
br i1 %cmp, label %ternary.true, label %ternary.false
ternary.true:
%truevalue = …
br label %ternary.end
ternary.false:
%falsevalue = …
br label %ternary.end
ternary.end:
%value = phi %type [%truevalue, %ternary.true], [%falsevalue,
2006 Jun 16
1
Change the range of a 'ternaryplot'
Hi all
Does someone know how can I alter the range of some variables in a 'ternaryplot' of the 'vcd' package, with the aim of make a zoom in some region of the plot?
Thank you in advance
Sincerely,
Juan Carlos
===================================
Juan Carlos Mart?nez Ovando
Banco de M?xico
Direcci?n General de Investigaci?n Econ?mica
Cinco de Mayo No. 18, 4? Piso A
Col.
2006 Jun 16
1
doubt concerning a closed visualization of a ternaryplot
Hi all
Does someone know how can I alter the range of some variables in a 'ternaryplot' of the 'vcd' package, with the aim of make a closed visualization of some of its regions?
Thank you in advance
Sincerely,
Juan Carlos
"2006, A?o del Bicentenario del natalicio del Benem?rito de las Am?ricas, Don Benito Ju?rez Garc?a".
2010 May 14
1
point.in.polygon() in sp package: accuracy problems?
Dear list:
I encountered some problems using the function point.in.polygon() of the sp package, when trying to determine whether some points lye inside, outside, on the border or on a vertice of a polygon.
I have a list of point I know should lye right on the border of a polygon, but some of them are not classified as such by point.in.polygon() (see the example code below).
To make a long story
2003 Oct 07
1
persp or scatterplot3d?
Hello,
I have three x-y plots whose interesting data occurs at the same time. When I
place them in the same plot, they tend to obscure each other. I was hoping to
use persp or scatterplot3d to plot them 3-dimensionally, so that the plot is
visually useful. My data is simple:
x, for all three data sets, is a set of 885 ISOdates, where x <- x0 + seq(1,
885).
y is the value of "io",
2008 Jul 11
1
Plot multiple datasets on a VCD ternary graph
I need to plot multiple sets of data, on one Ternary plot (from the VCD
package). Since they all need to be formatted differently, I can't just
coerce them into one matrix, I need three separate calls. Is there a way to
do this? Thanks
--
View this message in context: http://www.nabble.com/Plot-multiple-datasets-on-a-VCD-ternary-graph-tp18412092p18412092.html
Sent from the R help mailing
2005 May 27
3
Soil texture triangle in R?
Dear R users,
has anybody made an attempt to create the soil texture triangle graph in
R? For an example see here:
http://www.teachingkate.org/images/soiltria.gif
I would like to get the lines in black and texture labels in gray to
allow for plotting my texture results on top.
Any examples or suggestions are very welcome!
Thanks in advance,
Sander.
--
2007 Apr 13
3
Config is not actually up to date
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''ve been trying out some configurations and been frustrated because
they weren''t working how I would expect. After trying practically
everything I could think of, I tried removing everything except the most
basic elements to see what was going on. It turns out that my client is
thinking that there is no configuration change, when
2009 Sep 08
2
[LLVMdev] About llvm's capability
Hello everybody
I am newbie in llvm and compiler, I have some questions about llvm's
capability - How large project llvm can compile now?
I mean, such as linux kernel or ggc...llvm can build it?
especially on the other architecture, ARM or alpha
because I must choice one between gcc and llvm to study.
In my long tern, I will port some other architecture to gcc or llvm.
In fact, I prefer like
2012 Jun 05
2
par and complex graph
Dear R-Users, I'd like to have some tips about printing graph.
I use the command par to print more graphs in one window:par(mfrow=c(6,1)); par(oma=c(2.5, 2.5, 2.5, 2.5)); par(mar=c(0.5,4, 0.5, 0.5))
But this command doesn't run with complex graphic command (i.e. xyplot, ternaryplot).How can I print more than one graph per page, when I work with this "elaborated" graph?Many
2004 Jul 31
1
dudi.pca behaviour and discrimin
Hello,
I not have attached in this e-mail the zipped
list of matrices I am using because it has 1 meg
once zipped and anyway we cannot send attached
files on r-help mailling list.
First, after running the code that is written
bellow, I realized that the printout of dudi.pca
gives me for both of my matrices
$cw length that are unequal to either respective $rank or $eig lengths.
Is that