Displaying 20 results from an estimated 500 matches similar to: "break axis using plotrix"
2011 Oct 04
3
break.axis all range of data
Hello R users,
I have a plot type=b with x axis at=(1:36),
I would like to increase the distance between x tick-marks 8 and 9, and not
connect the points x=8 and x=9.
I can do the second thing, setting type="p" and then drawing the lines, but
I don't know how to do the first.
Plus, I was wondering if there was a function that allows to insert a gap
without covering data point
2013 May 17
2
zigzag confidence interval in a plot
Dear All,
When I plot the values and linear regression line for one data set, it is fine. But for another one I see zigzags, when I plot the confidence interval
>cd
Depth CHAOsep12RNA
9,94 804
25,06 1476,833333
40,04 1540,561404
50,11 1575,166667
52,46 349,222222
54,92 1941,5
57,29 1053,507042
60,11 1535,1
70,04 2244,963303
79,97 1954,507042
100,31 2679,140625
>
2006 Apr 23
3
Just a couple questions on how I should go about this.
I''m working on my personal site. The design is complete and I want to
integrate some rails into it. I''ve done a few small things before, but
compared to them this is big.
I need a simple blog with categories and comments and an archive. I want a
nice posting system, but don''t want it in HTML. Is there something I can add
or make, kind of like BBCODE?
I pretty much know
2006 Apr 24
1
Just a couple questions on how I should go about
> I need a simple blog with categories and comments and an archive. I want a
> nice posting system, but don''t want it in HTML. Is there something I can add
> or make, kind of like BBCODE?
http://whytheluckystiff.net/ruby/redcloth/
http://wiki.rubyonrails.org/rails/pages/RedCloth
> I pretty much know what else I have to do, but there is one more thing. A
> client section.
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
2008 Feb 22
1
addtable2plot(plotrix)
Dear List
adding a table to a plot using addtable2plot(plotrix) does not seem to
work when using a logarithmic axis. The table is then reduced to one
line. Is there an argument to indicate that a log-scale is used, or an
alternative to add a bunch of information to a plot?
I'm using R 2.6.1 on WinXP SP2.
thanks
Markus
--
Markus Didion
Wald?kologie Forest Ecology
Inst. f.
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
2009 Aug 09
1
plotrix: reverse axis in polar.plot
Hi,
how can I reverse the radius axis of plotrix's polar.plot function?
Perhaps this sounds strange, but I use the radians for angles as well:
In the center is zenith and the corresponding angle is 90?, not 0. See
an example plot at
http://www.mysundial.ca/tsp/images/sun_chart_50_solar_polar.jpg
dirs<-c("S","E","N","W")
2010 Feb 22
1
plotrix 2.8-3
Hi all,
I'm announcing this version of plotrix because I have made a couple of
changes that will affect users. Although the function that used to be
known as hierobarp is fairly new, there may be some users who are
surprised when they find that it has changed its name to barNest. I will
probably rename the two functions hierobarp.svymean and
hierobarp.svyprop in the next version to