Displaying 5 results from an estimated 5 matches for "trellised".
2009 Oct 29
1
how to control the label position on panels of trellise plot
Hi,
I am wondering how to control the label position on panels of trellise plot.
I have 6 panels, I want to all x label positions at the bottom of each
panel. How should I do that?
Similar, how should I control y label positions of each panel?
Thanks.
[[alternative HTML version deleted]]
2009 Jul 07
1
How to re-order panels and y-axis values in trellis display using lattice
Hi,
I have been trying to re-order several items in a trellised barchart
display in lattice, but can't seem to figure it out.
###sample code, Stage and Colony have 2 and 3 levels respectively.
barchart(Activity ~ Percent | Stage + Colony, data = Percent.df,
horizontal = TRUE, layout = c(2,3),
xlab = "Percent Time Engaged in Activity",
yla...
2011 Feb 09
1
Two Factors and a Numeric Variable in a Plot
Hi list.
I'm trying to plot a graph "by" factors. Exactly, the x axis are my depths
(as.factor), my left y axis are my transects (also as.factor) and I want to
plot the mean and standard deviation (three samples per factor combination)
of my SW (numeric) variable. The second y axis (at the right) will,
probably, need to be displayed several times (for both left y axis
2012 Oct 04
2
help with making figures
I need to make about 30 figures and I am trying to create a program in R that
will make my life a lot easier. First I will tell you how my data is setup.
I have 30 sites and then data for each year at the site. I have 10 years of
data for each site. Below is a small chunk of my data to show the format.
2000 2001 2002 2003 2004
Site A 50 75 25 55 60
Site B 58 22 68 77 30
I am trying to
2009 Jul 09
2
How to Populate List
...pes@fws.gov
Cc: r-help@r-project.org
Message-ID:
<eb555e660907080520h2781e48ak91c297fba0057949@mail.gmail..com>
Content-Type: text/plain; charset=UTF-8
On Tue, Jul 7, 2009 at 3:03 PM, <Peter_Kappes@fws.gov> wrote:
> Hi,
>
> I have been trying to re-order several items in a trellised barchart
> display in lattice, but can't seem to figure it out.
>
> ###sample code, Stage and Colony have 2 and 3 levels respectively.
>
> barchart(Activity ~ Percent | Stage + Colony, data = Percent.df,
> ?horizontal = TRUE, layout = c(2,3),
> ?xlab = "Percent Time En...