Displaying 20 results from an estimated 200 matches similar to: "addtable2plot(plotrix)"
2008 Jun 15
2
round(1.5) = round(2.5) = 2?
Dear R-users
with a bit of grief I had to repeat an extensive analysis because I
did not suspect (and therefore did not read the documentation) that
round was implemented as "for rounding off a 5, the IEC 60559 standard
is expected to be used, 'go to the even digit'", resulting in
round(1.5) = 2
round (2.5) = 2.
As a non-mathematician I am both puzzled and intrigued by
2008 Jan 29
2
B-W stacked area chart with pattern
Dear all,
I would like to create a stacked area chart to show the development of
species biomass over time. Since it is intended for publication I need
to prepare in black and white. I have tried to modify the "stackedPlot"
function submitted to this list by Christian Lasarczyk on Tue, 16 Aug
2005 using shading lines rather than colors to distinguish between the
species.
2013 Mar 03
0
addtable2plot : Duda
Buenos días:
¿Sabéis cómo puedo lograr que una tabla añadida con addtable2plot se ajuste a un ancho en concreto?. Por ejemplo, al ancho de todo el plot (el plot lo tengo con los ejes invisibles).
El paquete al que pertenece es plotrix.
Gracias.
Eva
[[alternative HTML version deleted]]
2008 Mar 18
1
odbcQuery , memory.size
Dear R cracks
I am trying to fetch 38 Tables from 38 ESRI Geodatabases through an ODBC
connection.
I stored the 38 channels in a list and the 38 tablenames in an other list.
With a
for(i in 1:38) .... sqlFetch(....) I try to read the tables into a third
list. But always after a certain amount of rounds (mostly 16) i get
Fehler in odbcQuery(channel, query, rows_at_time) :
Calloc konnte
2013 Feb 26
1
Help with graphs in A4 size
Hi,
I need to generate complex graphics which have to be shown in the plot window but also in pdf file, and they must have A4 size. This is the reason why I use width=8.27 and heigth=11.69.
The problem is that I don't make it runs when I put something (text, lines, and so on) outside the plot region.
I mean if I run the following code, it works perfectly, because the text "My
2013 Jan 15
5
Duda gráficos - paper="a4"
Buenos días:
A ver si alguien me puede iluminar, porque ya he sobrepasado los límites de mi paciencia y de mi imaginación con este asunto:
Dado un gráfico creado con un plot (y funciones auxiliares como polygon, etc.) y una tabla creada debajo de ese gráfico (creada con addtable2plot), y dados unos text situados a modo de título encima del plot y otros encima de la tabla, ¿por qué cuando trato
2013 Dec 10
0
gplots y alternativas
Hola Pedro,
No sé el tipo de texto que quieres incorporar a tu gráfico, pero una opción
muy sencillita, que es lo que parece que buscas, te la puede proporcionar
la función "addtable2plot()" del paquete "plotrix".
Eva Prieto estuvo durante un tiempo preguntando por estas cosas en la
lista, pidiendo justamente comprobar el comportamiento de esta función
cuando se generaba un
2011 Dec 22
2
Axis manipulation in Stackpoly (Plotrix)
Have made a stacked area plot, but now want to manipulate the x axis: make in even increments (50) in order to suppress the tick marks (forming solid bar under plot). However, the plot functions do not seem to work, and I cannot find documentation for use of xat in stackpoly.
This is a time series of data covering 579 years, and has been successfully converted from zoo to matrix. Data plotting
2007 Aug 20
1
polar.plot orientation and scale in plotrix
Hello all-
I would like to orient my polar.plot (from package plotrix) so that the
circular scale runs clockwise and the origin (ie. 0 degrees) starts at the
top of the plot. The defaults of running the scale counter-clockwise and
beginning with 90 degrees at the top of the graph seems counter-intuitive to
me.
I'm using R 2.5.0, and plotrix version 2.2-4.
Many thanks,
Tim
2006 May 07
0
Even newer version of plotrix
Hi all,
As I noticed that v2.0.3 of the plotrix package had been mentioned
recently, I thought I should inform any interested users that there is a
rather ugly bug in the floating.pie function that has been fixed in
v2.0.4. As you may be aware, the package now contains the contentious 3D
pie chart*. Have fun and let me know about any difficulties.
Jim
*Disclaimer - I'm not particularly
2011 Sep 17
2
R kiteChart (plotrix) arguments
Hey,
I hope someone is able to help. I've created a graph using kiteChart (in
the plotrix package) but need to know how to perform some basic text
alterations to the graph. I would like to re-orientate the text on the
y-axis from vertical to horizontal. I understand that the argument normally
for this is las=1. However, this does not seem to work. Perhaps kitechart
uses an alternative
2013 Jan 29
1
problem wih plotrix:cluster.overplot
Hello,
I am trying to use cluster.overplot from package plotrix and I get an error message when I add the "away" parameter:
require(plotrix)
distance <- read.table("distance.txt")
cmd <- cmdscale(distance)
cp <- cluster.overplot(cmd, away=2)
Error in if (sum(overplots) > 1) { :
missing value where TRUE/FALSE needed
If I don't use "away",
2008 Oct 24
2
plotrix and prettyR
Hi folks,
Both plotrix and prettyR have been updated. plotrix now has the "Matlab"
style dotplot that was requested not long ago on the list, provided by
that intrepid duo, Barry Rowlingson and Rolf Turner. Mike Cheetham has
contributed an implementation of the Piper diagram, also in response to
a request. prettyR has finally learned how to display SPSS value labels
in the xtab and
2009 Jul 21
0
plotrix v2.6-4
Hi all,
After a lot of rewriting, I am happy to say that plotrix_2.6-4 is on
CRAN. The reason I am announcing this is that the newish hierobarp
function has had a complete rewrite. This was the result of my learning
that the old version was horrendously slow on large data sets. Let me
know if there are any other problems in the package. Next up - a
function to center plot titles to the figure
2009 Jul 21
0
plotrix v2.6-4
Hi all,
After a lot of rewriting, I am happy to say that plotrix_2.6-4 is on
CRAN. The reason I am announcing this is that the newish hierobarp
function has had a complete rewrite. This was the result of my learning
that the old version was horrendously slow on large data sets. Let me
know if there are any other problems in the package. Next up - a
function to center plot titles to the figure
2011 Jul 27
1
Question re the plotrix package
Dear list,
I am using the ?clock24.plot command in this excellent package to plot animal activity data.
Does anyone know if both symbols and a line can be plotted on the same plot to show both raw data (symbols) and a line (describing a statistical model of the pattern) ? Or if more than one line etc can be plotted?
Thanks
Paul
2008 Nov 06
0
new plotrix and prettyR
Hi all,
I'm noting the appearance of new versions of plotrix and prettyR as I
found a bug in the "brkdn" function that messed up the order of
"value.labels" if they had been imported from an SPSS data file. For
anyone using "brkdn", please upgrade to the new version of prettyR
(1.3-5) if you are importing SPSS data files. If anyone discovers other
problems,
2009 Feb 05
0
plotrix::thigmophobe could usefully coerce to numeric...
thigmophobe.labels() fails with error when supplied with an array
resulting from tapply (example below).
The error originates in thigmophobe()
I know the help page says 'numeric vector' but it would be kind of nice
if it worked with numeric things of class array too. I think it would
need no more than a couple of as.numeric() calls in thigmophobe itself,
or (simpler but slightly less
2009 Mar 16
0
Updates to plotrix and clinsig
Hi everybody,
An update to plotrix (2.5-3) is now on CRAN. Apart from the usual
polishing, this includes an interesting new function (hierobarp) that
was suggested on this very list a few weeks ago. This function will plot
nested breakdowns of numeric values by one or more factors. It seems
quite useful for visualizing the deviations in successively finer
divisions of the data. Comments are
2017 Aug 16
0
Plotrix install bug with Umlauts in path name
Hi Andre,
This sounds to me like a locale problem. Installation of a package is
performed by functions like install.packages and as long as the package has
passed CRAN checks, the contents shouldn't matter. I've copied this to the
list as I'm sure that one of the experts in this area will have an answer.
Jim
On Thu, Aug 17, 2017 at 5:48 AM, Hillers Andr? <hillers at