search for: hierobarp

Displaying 11 results from an estimated 11 matches for "hierobarp".

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 barNest.* as well. The other major changes are to the pyramid.plot function. A...
2009 May 27
3
Labeling barplot bars by multiple factors
I want to plot quantitative data as a function of three two-level factors. How do I group the bars on a barplot by level through labeling and spacing? Here <http://www.thomaslevine.org/sample_multiple-factor_barplot.png>'s what I'm thinking of. Also, I'm pretty sure that I want a barplot, but there may be something better. Tom [[alternative HTML version deleted]]
2009 Aug 20
3
categorized barplot
Dear useRs, I can't seem to find out how to categorize my histogram. I have the following dataset: Time??????????? First.day? Second.day 08:00-10:00??????? 9?????????? ? 8 10:00-12:00?????? 13???????? ? 15 12:00-14:00??????? 9?????????? ? 9 14:00-16:00???????10????????? ? 9 I attached a jpeg file to this e-mail containing the sketches. What I'd like to do is a barplot (or histogram),
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 region on plots that are way off center....
2009 Dec 01
1
Multiple grouping on the X axis.
I am trying to plot data with multiple logical and physical groups using R. Below is a sample of the kind of data I am working with and the desired output. We have a jmp script that can do the same thing, but at ~$200 a year the licensing is counterproductive. Thanks for any help. Data input: Loaded from a CSV file. Physical_1 Logical_1 Logical_2 Data_1 Data_2 x Y Z2
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 welcome. clinsig (1.0-1 - basically the Jaco...
2009 Mar 27
1
Plot with nested x-labels
Hi there, I was wondering wether it is possible to creeate plots with nested lables like in excel? If yes, could anyone provide me the information how to do it? I've attached an image of an Excel plot to show you, what I'd like to plot with R :-) Ciao, Antje -------------- next part -------------- A non-text attachment was scrubbed... Name: plot.png Type: image/png Size: 4588 bytes
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 region on plots that are way off center....
2009 Jun 19
2
Splitting Data by Row
Hello fellow R users! I wonder if someone can help with what i think should be a simple question but i can't seem to find the answer or work it out. My data set is as such: Day Time ID Behaviour 1 9 A1 2 1 10 A2 3 .. .. .. .. 4 10 A1 10 4 11 A2 1 .. .. .. .. 30 1 B1 14 30 2 C3 4 So basically i
2009 Aug 04
4
array slice notation?
Suppose I have an n-diml array A and I want to extract the first "row" -- ie all elements A[1, ...] Interactively if I know 'n' I can write A[1,,,,,] with (n-1) commas. How do I do the same more generally, eg in a script? (I can think of doing this by converting A to a vector then extracting the approp elements then reshaping it to an array, but I wonder if there isn't a
2009 Dec 03
5
Bar Plots: Error Bars
Hey Everyone, I'm pretty new at R and wanted to try and make some graphs with dummy data before using it to analyze my own. I successfully made a bar graph and error bars, but I can't figure out how to align them properly (currently they are not centered on the bars and some of them aren't even close). Here's the code that I'm using: > marks <- sample(4:10, size=50,