Displaying 20 results from an estimated 5000 matches similar to: "barplots with no lines around each bar"
2011 Nov 15
2
Regular expressions in R
Good afternoon list,
I have the following character strings; one with spaces between the maths
operators and variable names, and one without said spaces.
form<-c('~ Sentence + LEGAL + Intro + Intro / Intro1 + Intro * LEGAL +
benefit + benefit / benefit1 + product + action * mean + CTA + help + mean
* product')
2010 Jul 19
2
Grouping and stacking bar plot for categorical variables
Hi all,
I have a series of cateogiral variables that look just like this:
welfare=sample(c("less", "same", "more"), 1000, replace=TRUE)
education=sample(c("less", "same", "more"), 1000, replace=TRUE)
defence=sample(c("less", "same", "more"), 1000, replace=TRUE)
egp=sample(c("salariat",
2001 Feb 20
1
man pages screwed
Hi all. I just got openssh 2.5.1p1 and when I installed it, it's man
pages doesn't seem to be formatted right. I'm on Solaris 8.
Here is how it looks:
man ssh
Reformatting page. Please Wait... done
(Secure Shell) is a program for logging into a remote machine and
for executing commands on a remote machine. It is intended to
replace rlogin and rsh, and provide secure encrypted
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you
2001 Feb 05
1
Bar widths in barplots don't change
Is the width= parameter in barplot() supposed to work? I couldn't get it to
work in my plot, and even in the example,
data(VADeaths, package = "base")
barplot(VADeaths, width=rep(0.1, 4))
the plot looks identical regardless of what I put in for the width. I looked at
the source for barplot() and it looks like it SHOULD work (but what do I know).
Am I doing something wrong?
2024 Oct 19
1
[PATCH] ssh.1: balance square brackets in the synopsis
Arnout Engelen:
> I noticed the square brackets in `destination [command [argument...]`
> were not balanced,
But they are. Not only with mandoc(1), but also with groff(1).
destination [command [argument ...]]
--
Christian "naddy" Weisgerber naddy at mips.inka.de
2006 Oct 25
5
VoiceOne 0.4.0 released: a new web-based and open source GUI
Hi all!
We've released VoiceOne 0.4.0, a web-based and open source solution
which allows to fully manage an Asterisk service hosted on a LAMP server.
We focused on an charming and overall user-friendly interface. Thanks to
the authentication based on roles, once configured by a super user, the
PBX may be easily maintained even by an Asterisk unskilled users.
From a technical point of
2003 May 12
7
FW: S+ Script Files for R???
> Hi List,
> I'm trying to get a bunch of hardened S+ users to switch to R. They won't
> move because they have got addicted to the S+ (.ssc)
> scripting files, available for MS windows versions. In these files you
> highlight the code you want to execute by mouse, press an arrow in the
> menu, and it fires it off to the S+ compiler directly. Is such a facility
>
2015 Apr 22
3
shared private key
On Wed, Apr 22, 2015 at 1:53 PM, Gert Doering <gert at greenie.muc.de> wrote:
> Hi,
>
> On Wed, Apr 22, 2015 at 01:26:06PM -0700, Reuben Hawkins wrote:
>> Let me know if I'm missing something. :)
>
> Signed keys from a common CA?
I don't think the signed key helps in my particular case (I may be
wrong, if so please correct me).
I'm working on a management
2008 Oct 08
3
ArgumentError in "is a pending example" - block not supplied
We have a few unfinished examples in our code of the form
it "should and does do something" do
# stuff
end
it "should do something someday"
it "should and does do something else" do
# more stuff
end
Now since I upgraded my gem to rspec 1.8 today, the empty example is
failing with the error ArgumentError in "should do something someday":
2017 Jun 18
2
About error bars on barplots
Hi R users,
I have a question about adding uncertainty bars to stacked bar plots.
DF:
year A B C Amin Amax Bmin Bmax Cmin Cmax
2009 40 45 15 30 61 23 56 14 17
2010 36 41 23 26 54 22 51 22 24
I use the code below:
DF.refm = melt(subset(DF[,c(1:4)]),id.vars='year',variable_name='Legend')
fig1 =
2004 Jan 15
1
Ordering bars in barplots
I have a dataframe such that when I enter the dataframe name at the R prompt
and see the data, the order of the data is correct (ie. what I want -
ordered numerically by the factor, class). The table is akin to the
following:
df: (dataframe = df)
uniqueID class age
a 1 32
b 1 21
c 1 13
d 1 11
e 3 15
f 3 16
g 3 31
h 3 25
i 4 23
j 4 32
k 4 31
l 7 11
m 7 6
n
2017 Jun 18
0
[FORGED] About error bars on barplots
On 18/06/17 12:10, lily li wrote:
> Hi R users,
>
> I have a question about adding uncertainty bars to stacked bar plots.
>
> DF:
> year A B C Amin Amax Bmin Bmax Cmin Cmax
> 2009 40 45 15 30 61 23 56 14 17
> 2010 36 41 23 26 54 22 51 22 24
>
> I use the code below:
>
>
2002 Nov 04
1
Installing R under Unix (Solaris 2.6).
Hi,
I'm having trouble installing R. I'm sure this is a very simple problem but
I'm stuck. When running the ./configure script, to install R (version 1.6)
on Solaris 2.6, I get an error message at the end of the configuration
process "WARNING: f77 and cc
disagree on int and double. configure: error: maybe change CFLAGS or
FFLAGS?"
However, I have seen no documentation on
2002 Feb 19
1
Smoothed lines over barplots
Greetings.
I'd like to generate a graph that displays two distributions as
side-by-side bar graphs, then plots a smoothed line of the distribution on
top. The idea is to be able to visually compare the distributions.
I've done the following, but the axes don't line up. Any suggestions?
barplot(table(hcd.df$datecat, hcd.df$auth.sum), beside=TRUE,
2008 Jan 04
3
Do I need Winbind?
With a recent upgrade to Centos 4.6 my system's Samba was also upgraded
to 3.0.25b. But now I get a series of
auth/auth_util.c:create_builtin_administrators(792) and
auth/auth_util.c:create_builtin_users(758) errors every day.
As I understand it winbind allows users to be logged in as Linux users
when they log in as Windows users. But since I don't want them to have
access to the
2000 Sep 27
0
FreeBSD Security Advisory: FreeBSD-SA-00:53.catopen
-----BEGIN PGP SIGNED MESSAGE-----
=============================================================================
FreeBSD-SA-00:53 Security Advisory
FreeBSD, Inc.
Topic: catopen() may pose security risk for third party code
Category: core
Module: libc
Announced:
2009 Mar 05
3
methods package
I'm working on the next version of coxme, one step of which is converting
the bdsmatrix library from Splus to R. Actually, it is a conversion from
S4 methods as first described in the Green book to S4 methods as they
currently exist. Mostly it's going ok, but not entirely.
1. The biggest issue is lack of documentation. The online help pages have
not been a help; they keep saying
2007 Sep 13
2
Weird Facter behaviour
I have a custom fact. It syncs correctly, works correctly everywhere
when run via ''facter'', and works correctly from puppet on all but one
machine.
>From ''facter'':
# export FACTERLIB=/var/puppet/facts
# /opt/puppet/bin/facter itg_location
mel
But from within puppetd I get:
Sep 13 14:54:29 hordac puppetd[768]: [ID 702911 daemon.warning] Could not load fa
2013 Jun 06
2
generating a bar chart with two axis for co-linear variable
Hello Dimitris,
I was goggling for some help on Sensitivity vs 1-specificity and saw your link.
I hope you can be of help to me in one of the issue that I am facing in generating combo chart(bar chart and plot). I am a novice and have some difficulty in getting this logic correct.
I am give a dataset (I am attaching a sample dataset).
I am using a barplot() and passing values for