search for: waseca

Displaying 12 results from an estimated 12 matches for "waseca".

Did you mean: areca
2009 Dec 08
3
re-ordering x-lables using barchart()
Hi R Users, I'm trying to re-order the "site names" ("Waseca", "Morris", ...). I'm using following code: libarry(lattice) barchart(yield ~ variety | site, data = barley, groups = year, layout = c(6,1), aspect=.7, ylab = "Barley Yield (bushels/acre)", scales = list(x = list(abbreviate = T...
2010 Jan 24
2
different x-axes in Lattice
...: package(lattice) barchart(yield ~ variety | site, data = barley, groups = year, layout = c(1,6), scales = list(y = "free",x="free"), auto.key=list(rectangles = TRUE, space = "bottom"), ) Let's assume that in the first panel 'Waseca' the category 'Velvet' are not available in data but in the chart there is a empty place. If more categories are not available it looks bad. Simple modification to illustrate my problem: barley2 <- barley[barley[,2]!="Velvet" | barley[,4]!="Waseca",] barchart(yi...
2005 Oct 27
2
RSQLite problems
...> db <- dbConnect (sqlite, dbname = "test.dbms") > data (barley) > dbWriteTable (db, "barley", barley, overwrite = TRUE) [1] TRUE > barley[1:3,] yield variety year site 1 27.00000 Manchuria 1931 University Farm 2 48.86667 Manchuria 1931 Waseca 3 27.43334 Manchuria 1931 Morris > dbReadTable (db, "barley")[1:3,] yield variety year__1 site 1 27.00000 Manchuria 1931 University Farm\n 2 48.86667 Manchuria 1931 Waseca\n 3 27.43334 Manchuria 1931 Morris\n > barley$site &lt...
2010 May 07
3
How to sort a grouped barchart?
...e) barchart(yield ~ variety | site, data = barley, groups = year, layout = c(1,6), ylab = "Barley Yield (bushels/acre)", auto.key=list(), scales = list(x = list(abbreviate = TRUE, minlength = 5))) I want to sort the yield value, in "waseca" site (e.g.), according the group of 1931. How can I do this??? Thanks -- View this message in context: http://r.789695.n4.nabble.com/How-to-sort-a-grouped-barchart-tp2133579p2133579.html Sent from the R help mailing list archive at Nabble.com.
2004 Feb 12
2
lattice: showing panels for factor levels with no values
...with( my.barley, dotplot(variety ~ yield | year * site, layout=c(6,2) ) ) But there is a level "Grand Rapids": levels( my.barley$site ) [1] "Grand Rapids" "Duluth" [3] "University Farm" "Morris" [5] "Crookston" "Waseca" Is there an option to show empty panels for "Grand Rapids" in ``my.barley''? Thanks. Wolfram
2010 Mar 03
1
How to create a line and bar panel chart with two different axes?
...rectangles = TRUE, space = "right"), ylab = "Barley Yield (bushels/acre)", scales = list(x = list(rot = 45))) Suppose now I need to add two lines in each panel to show the cost (10^3 dollars) of each type (Svansota,....,Trebi) at different locations (Waseca,..., Grand Rapids) for 1931 and 1932. Can any body tell me how I should do to create this chart with two different axes (one is yield, the other is cost)? Thank you in advance! Doug -- View this message in context: http://n4.nabble.com/How-to-create-a-line-and-bar-panel-chart-with-two-different...
2010 Apr 22
1
how to reorder of groups and specify ylim for each row in lattice barchart
...ints = FALSE, rectangles = TRUE, space = "right"),ylab = "Barley Yield (bushels/acre)",scales = list(x = list(rot = 45))) Another questions is: may I specify the various ranges of y axis for each row of the panels? In the example of above, how can I change the y range of "Waseca" panel to (40,70) from the default (0,80)? Please notice I don't want to set arguement "scales = list(y=list(relation='free'))", for the automatic various setting of ranges for different panels isn't good enough for me. Basically I'd like to manually control y ran...
2007 Nov 14
1
reading tables from url
...X...Columns. Parent.ProjectID ProjectID 1 19733 13694 Global Ocean Sampling Expedition Metagenome 2 20823 13696 5-Way (CG) Acid Mine Drainage Biofilm Metagenome 3 - 13699 Waseca County Farm Soil Metagenome 4 - 13702 Methane-Oxidizing Archaea from Deep- Sea Sediments 5 - 13729 Pacific Beach Sand Metagenome Thanks for your help. Hopefully this is something simple that I missed in the documentation/hel...
2009 Oct 13
1
Lattice barchart-reordered
Hi,Can I use "reorder" function with barchart as in dotchart? Here are some codes which do not work for me. Thanks Chetty ___________________________ a1c.cast$bmi.cat.reordered[a1c.cast$eth!="Other"] <-with(a1c.cast[a1c.cast$eth!="Other",],reorder(bmi.cat.ordered[a1c.cast$eth!="Other"], BP.FN.RATE,median )) barchart(BP.FN.RATE~
2011 Jun 19
1
Accessor functions in lattice graphics
I know about the current.row, current.column, and panel.number functions that are useful within panel functions written for lattice. Are there easy ways to obtain the names of the conditioning variables (those appearing after |) and their values for the current panel? Thanks Frank ----- Frank Harrell Department of Biostatistics, Vanderbilt University -- View this message in context:
2010 Mar 22
2
using reorder in "dotplot"
Hi , Name rate HEALTHALLIANCE HOSPITALS, INC -1.06211747 MOUNT AUBURN HOSPITAL 0.50960291 STURDY MEMORIAL HOSPITAL 2.64233232 LAWRENCE GENERAL HOSPITAL 2.15628558 CAMBRIDGE HEALTH ALLIANCE 1.23623144 I would like use
2005 Mar 22
3
Lattice : factor levels in the margins
Hello ! I'm struggling again against lattice graprhics. ;) I'm trying to produce a conditionnal xyplot with two conditionning factors (let's say A and B). I want the levels of those factors (A1, A2, etc) to show in the margins of the lattice plot, not in the strips between the panels. A1 A2 A3 plot11 plot12 plot13 B1 plot21 plot22 plot23 B2 I managed to remove the