Displaying 20 results from an estimated 3000 matches similar to: "controlling the labels width of a barplot"
2008 Aug 22
2
How I can read the binary file with "different type"?
Hi all,
I have a binary file which have 8*100 bytes. The structure of the file is
as follows: every eigth bytes represent 2 data:the first four bytes is the
little-endian for integer, the next four bytes is the little-endian for
floating32. The structure of the following bytes is as the same as the first
eight bytes'.
As the function readBin only read the binary file with one structure
2003 Jan 15
1
S-Plus compatability...
Dear all,
I was wondering if someone could point me in the right direction to
solve a problem I've encountered.
I have a set of S-plus scripts which call an external program to
analyse the data (the external program is called Genehunter and is
used for genetic analysis). There are a six scripts in total, five of
which are called from the main script. I made a few changes like
changing
2010 Nov 02
1
splitting First 10 words in a string
Hi Steven,
Thank you for the help. I get an error though when i do this :
>lit<-read.csv("litologija.csv", sep=";", dec=".")
>sent <-data.frame(sentence=lit$Opis,stringsAsFactors=FALSE)
>str(sent)
>sentV<-rep(sent,10)
>str(sentV)
>first=second=third=fourth=fifth=sixth=seventh=eighth=ninth=tenth<-vector(length=10)
>DF
2003 Sep 02
1
Plotting dates
I'm trying to plot observations against observation dates and getting julian
dates along the x-axis:
library(date)
Week<-as.date(c("05/02/03","05/09/03","05/16/03","05/23/03","05/30/03","06/0
7/03","06/14/03"))
Leafminers<-c(0,2,5,10,4,6,5)
Diglyphus<-c(0,0,4,5,7,3,1)
LeafDig<-cbind(Week,Leafminers,Diglyphus)
2012 Mar 02
2
Spacing of text does not match spacing of bars in barplot
I have a very standard barplot. My labels are too long to be printed
horizontally under each bar, so I am using text to put the labels on a 45
degree slant.
However, the labels are spaced more narrowly than the bars, so on an 8
vertical bar plot, the end of the eighth label is lined up with the seventh
bar.
Preferably I don't want to do every text label separately (I'm having this
2003 Jul 11
0
More voice prompts available now
Thanks to a generous donation by VoicePulse
(http://www.voicepulse.com/) there are now a wide selection of useful
(and not-so-useful) voice prompts available on my website, recorded
by Allison Smith (http://www.theivrvoice.com/) There were some apps
and dialplan tricks that people were waiting on release because of a
lack of voice prompts; hopefully I received and remembered your
requests.
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably
noticed that SCO has said that the GPL is invalid. IBM appears to make
the reasonable case that you can't say something is void, and then rely
on it. INAL, but why is SCO allowed to distribute Samba without agreeing
to the GPL? That's like buying a car, then claiming the sale agreement
is bogus but you still want
2010 Dec 03
2
Add columns of dataset
Dear all,
I have a dataset that looks like
id var1 var2 var4 var7 var8
1 0.0 0.1 0.3 0.9 0.0
2 0.4 0.6 0.0 0.0 0.2
3 0.0 0.0 0.0 0.8 0.7
Some columns are missed, for example, here the fourth (var3), sixth(var5)
and seventh (var6) columns. I want to first determine which columns are
missed in a huge dataset and then add the missed
2011 Nov 16
5
Multi-channel labels in Vorbis comments
Hi devs :-)
At the Mozilla Festival in London recently, I took part in a Hack the DJ
workshop, looking at ways to take digital DJ'ing to the next level:
http://www.bbc.co.uk/blogs/researchanddevelopment/2011/11/setting-a-dj-challenge-at-the.shtml
One of the ideas proposed was stem mixing, using multichannel files in
DJ applications. A proprietary implementation of this idea is Fireplayer
2012 Apr 07
1
rgeos - gBuffer, width by z-value
Dear list!
I have problem with buffer size (width) in package rgeos. I would like to expand given geometry (points) to specified width based on the z value from attribute table. Here is example:
point <- data.frame(x=c(10,20), y=c(10, 10), z = c(2,7))
point_shp <- SpatialPointsDataFrame(point[,1:2],point)
plot(point_shp, xlim = c(0,30), ylim = c(0,20))
plot(gBuffer(point_shp, width = 5,
2010 Jun 15
3
WoW Issues
after a clean install of ubuntu 10.4 (Lucid) i copied a completely installed wow game over from another computer, installed wine (1.2 i believe) through the get manager. changed the opengl settings.
first issue. anything i run in wine takes over five minutes to load. the cursor changes to the thinking cursor for about thirty seconds and the opening wow.exe (or whatever.exe) bar appears on the
2015 Sep 28
33
[Bug 2474] New: Enabling ECDSA in PKCS#11 support for ssh-agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2474
Bug ID: 2474
Summary: Enabling ECDSA in PKCS#11 support for ssh-agent
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-agent
Assignee: unassigned-bugs
2011 Apr 03
2
converting "call" objects into character
Dear all,
I would like to log the calls to my functions. I am trying to do this using the function match.call():
fTest<-function(x)
{
theCall<-match.call()
print(theCall)
return(x)
}
> fTest(2)
fTest(x = 2)
[1] 2
I can see "theCall" printed into the console, but I don't manage to convert it into a character to write it into a log file
2009 Nov 06
0
Grouped barplot with variable bar width
Hi,
I am trying create a grouped barplot (with beside=T) and would like to
plot the bar groups, not the individual bars, with a variable width.
To give an example, I would like all bars in the first group to have the
default size of 1, all bars in the second group 2, in the third 3, etc.
If I use width=c(1,2,3,..), it applies these settings to individual
bars, e.g. the first bar in the first
2007 Sep 12
2
barplot border width
I need to increase the width of the border in a barplot, i checked both
barplot, and barplot2, but cant find how to do it. how can I do?
thank you
john
[[alternative HTML version deleted]]
2009 Dec 08
2
Changing border width in barplot ?
Is it possible?
I was hoping to find something like:
lwd
for the different bars in the barplot but couldn't find it.
Does it exist ?
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com/ (English)
2010 Dec 19
2
barplot: width of label
Hello,
I try to make barplots with rather wide labels. A simplified example of
this:
x <- c(12, 33, 56, 67, 15, 66)
names(x) <- c('Richard with a long surname','Minnie with a long
name,'Albert','Helen','Joe','Kingston')
barplot(x, las = 2)
Now the label 'Richard with a long surname' is too long to fit beneath the
bars. A simple solution
2011 Feb 04
1
problem barplot width
Dear R-users,
apologies for the total beginner's question, but I have been trying to
solve this problem for ages and I seem to be getting nowhere. I also
have tried to search through the archives of the R mailing list, but I
am still left with my problem. How do I change the width of the bars
for this simple barplot? I understand that the the "width" argument
might do what I want
2011 Jun 02
1
barplot - change width of bar outline
Dear R users
I am modifying a column chart which I have created in R using barplot to
make it clearer. I have been able to change the settings to increase the
width of the axes lines and the text size but I cannot find the code to
change the width of the lines which create the bars/columns themselves. Can
anyone point me in the right direction please?
Many thanks
Claire
--
View this message in
2009 Feb 25
1
Place independent labels between values on x-axis
I conducted a frequency averaging procedure which left me with the data frame
below (Bin is an artifact of a cut() procedure and can be either
as.character or as.factor):
Bin Freq
1 (-180,-160] 7.904032
2 (-160,-140] 5.547901
3 (-140,-120] 4.522542
4 (-120,-100] 4.784184
5 (-100,-80] 4.490083
6 (-80,-60] 4.754268
7 (-60,-40] 5.597407
8 (-40,-20] 5.964031
9