search for: svansota

Displaying 3 results from an estimated 3 matches for "svansota".

2010 Mar 03
1
How to create a line and bar panel chart with two different axes?
...auto.key = list(points = FALSE, 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-...
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
2011 May 26
1
Statistical mode
One descriptive statistic that is conspicuously missing from core R is the statistical mode - the most frequent value in a discrete distribution. I would like to propose adding the attached 'statmode' (or a similar function) to the 'stats' package. Currently, it can be quite cumbersome to calculate the mode of a distribution in R, both for experts and beginners. The lack of a