Displaying 20 results from an estimated 4000 matches similar to: "Controlling line-join style in Lattice"
2005 May 27
2
Round a line
R-help,
I have lloked in the archives found no answer to how to round the line
joint.
I have usedthe arguments lnd, ljoin in par but I get no differences in
the plotting.
x=1:10
par(ljoin="round",lend="round")
plot(x,sin(x),type="l",lwd=2)
Any suggestions?
I run on a Windows XP machine.
> version
_
platform i386-pc-mingw32
arch
2018 May 21
0
draw borders of bars inside of the rectangles in a barplot
I recommend instead of no border, that you use a border with the same
color as the fill.
I do this in the likert functions in the HH package.
Rich
On Mon, May 21, 2018 at 10:59 AM, Martin Batholdy via R-help
<r-help at r-project.org> wrote:
> Dear R-users,
>
> I want to draw a barplot with beside=TRUE.
> One halve of the bars are drawn with a border, while the other halve are
2018 May 21
3
draw borders of bars inside of the rectangles in a barplot
Dear R-users,
I want to draw a barplot with beside=TRUE.
One halve of the bars are drawn with a border, while the other halve are drawn without a border (i.e. filled bars vs. non-filled bars next to each other).
Because borders are drawn around the bars, doing this leads to one halve of the bars being wider than the other halve, expanding across the 0-point of the y-axis.
This problem emerges
2007 Jan 02
1
lattice panel.linejoin type question
Hello R Users!
I'm trying to use the panel.linejoin function to draw points and lines
(type="o") but it wouldn't do it. Modifying the panel.linejoin function
as such (adding type argument to the panel.lines call).
*original*
panel.lines(vals[xx], yy, col = col.line, lty = lty,
lwd = lwd, ...)
*modified
panel.lines(vals[xx], yy, col = col.line, lty
2009 Jun 04
0
type = 'b' with Grid
Dear all,
I feel like I've been reinventing the wheel with this code (implementing
type = 'b' for Grid graphics),
http://econum.umh.ac.be/rwiki/doku.php?id=tips:graphics-grid:linesandpointsgrob
Has anyone here attempted this with success before? I found suggestions
of overlapping large white points to mask the lines but it's not ideal.
I welcome any comments on the code.
2004 Oct 04
7
R 2.0.0 is released
I've rolled up R-2.0.0.tar.gz a short while ago. This is a new version
with a number of new features. See below for the details.
As was the case with R 1.0.0, this new version represents a coming of
age more than a radical change to R. We do plan to celebrate the new
major version with press releases and such.
The release will be available from
2004 Oct 04
7
R 2.0.0 is released
I've rolled up R-2.0.0.tar.gz a short while ago. This is a new version
with a number of new features. See below for the details.
As was the case with R 1.0.0, this new version represents a coming of
age more than a radical change to R. We do plan to celebrate the new
major version with press releases and such.
The release will be available from
2005 Sep 23
1
panel.linejoin groups
Dear R community,
I am still new to R, but I am attempting to use it for (hopefully) all
my plotting needs. I have been using lattice and Hmisc for most plots
so far successfully, but I need help creating a plot I desire for some
new data I have.
This data frame consists of the same type of measurement (Eh) for 27
different locations. I have 8000+ measurements for each location, and
my
2006 May 13
2
windows( ... ,rescale="fixed") bug (PR#8857)
Full_Name: Gerhard Thallinger
Version: 2.3.0; 2.2.0
OS: Windows XP
Submission from: (NULL) (212.183.54.87)
Invoking windows() with the parameter rescale="fixed" followed by plot.new()
or any other plot command causes very often the following error:
windows(width=7, height=7, rescale="fixed");plot.new()
Error in plot.new() : outer margins too large (fig.region too small)
2012 May 03
1
bwplot: using a numeric variable to position boxplots
[Env: R 2.14.2 / Win Xp]
In the examples below, I'm using lattice::bwplot to plot boxplots of 4
variables, grouped by a factor 'epoch'
which also corresponds to a numeric year. I'd like to modify the plots
to position the boxplots according to
the numeric value of year, but I can't figure out how to do this.
Also, I'd to modify the strip labels that give the variable
2011 May 24
4
writing dates to a file
Hi,
I have attached the data files to this note. I use this code:
library(zoo)
z1 <- read.zoo("baltimorefludata.txt", format = "%m/%d/%Y", header = TRUE)
z2 <- read.zoo("baltimorew.txt", format = "%Y%m%d", header = TRUE)
z3<-merge(z1,z2)
write.table(z3, "fluweatherdata_baltimore2.txt", sep="\t")
R is writing the other data
2011 May 23
3
getting time series into r
Hi,
I am trying to get the following two timeseries (these are small subsets of the whole thing) into R so I can merge them using zoo.
Timeseries 1=[ Date Count
9/28/2003
1505
10/5/2003
1535
2016 Dec 03
2
CVE-2016-8652 in dovecot
On 03/12/2016 12:08, Jeremiah C. Foster wrote:
> On Fri, 2016-12-02 at 10:48 +0200, Aki Tuomi wrote:
> On 02.12.2016 10:45, Jonas Wielicki wrote: On Freitag, 2. Dezember 2016 09:00:58 CET Aki Tuomi wrote: We are sorry to report that we have a bug in dovecot, which
> merits a
> CVE. See details below. If you haven't configured any
> auth_policy_*
> settings you are ok. This
2004 May 27
1
Problem with VFS audit and recycle
Is there anyone running Samba 3.0.X on Solaris 8 that has VFS working? I
am dying to know if this is a problem with my setup or if there is
something else going on. If you do have it working, please let me know
which module. Thanks.
Bill Knox
Lead Operating Systems Programmer/Analyst
The MITRE Corporation
---------- Forwarded message ----------
Date: Tue, 25 May 2004 13:54:26 -0400
2005 Apr 27
2
lattice plot problem!
Hello everybody,
Could I consult you two questions?
Recently I write some code about lattice plot.
1) bwplot function
I know the lattice default background color is grey and the box color is green, but I don't like the color. So I change the background color to white use the
> trellis.device(bg="white")
then I modify the
> panel=function(...)
+{
+
2016 Dec 03
2
CVE-2016-8652 in dovecot
> On December 3, 2016 at 9:11 PM "Jeremiah C. Foster" <jeremiah at jeremiahfoster.com> wrote:
>
>
> On Sat, 2016-12-03 at 12:23 +1000, Noel Butler wrote:
> > On 03/12/2016 12:08, Jeremiah C. Foster wrote:
> >
> > > On Fri, 2016-12-02 at 10:48 +0200, Aki Tuomi wrote:
> > > On 02.12.2016 10:45, Jonas Wielicki wrote: On Freitag, 2.
2013 Jan 11
3
looking for R packages that can do the following:
1. Minimum Mean Square Estimation (for Multi-Dimensional Linear Regression)
2. Two-Sample Kolmogorov-Smirnov Tests
3. Empirical ANOVA Methods
All this to be done on empirical data.
I am new to the R world, any help would be appreciated.
Thank You,
Bill Gilliland
Lead Sensor Systems Engineer
E303, Tactical Communications, Transport, and Sensors
Group: Tactical
2006 Dec 19
2
Random Effects Model
Hello,
I am new to R, and I am trying to figure out how to use it for a
random effects model. I am using version 2.4.0, and I also have the
book Applied Linear Regression by Sanford Weisberg.
I have four variables: Swimmer, Sex, Swim, and Difference. Swimmer
identifies the number assigned to a particular person. Sex is
male/female. Swim identifies the number swim from 1 to 6. Difference
2016 Dec 02
2
CVE-2016-8652 in dovecot
On 02.12.2016 10:45, Jonas Wielicki wrote:
> On Freitag, 2. Dezember 2016 09:00:58 CET Aki Tuomi wrote:
>> We are sorry to report that we have a bug in dovecot, which merits a
>> CVE. See details below. If you haven't configured any auth_policy_*
>> settings you are ok. This is fixed with
>> https://git.dovecot.net/dovecot/core/commit/c3d3faa4f72a676e183f34be960cff13
2007 Mar 20
1
lattice key (legend) with both points and lines
Hello,
I'm running into a frustrating problem with the legend on a lattice
plot I'm working with. The plot is a stripplot with a panel.linejoin
() line running through the mean of each of the categories. Thus
there are both points and lines in the plot.
In trying to make a key for the plot, I can't figure out how to make
a legend for both the points and the lines. What I'd