Displaying 20 results from an estimated 4000 matches similar to: "Labeling a plot's x-axis with 12 strings, vertically oriented."
2007 Aug 13
4
vertically oriented color key in heatmaps
Hi, I have some data which I was plotting using image(). I wanted to
add a vertical color key to the plot and I found that heatmap.2 in
gplots does let me add a color key. However, I was thinking of a
vertical bar with the color range rather than the style that gplots
provides.
Is there any package (or code snippet) that would let me add a
vertical color key to an image() or heatmap
2008 Jun 13
1
stretching text vertically
I'd like to stretch a plotted character vertically, to create a
"sequence logo".
Is there a parameter to allow stretching text() output vertically or
squeeze horizontally?
I know about Oliver Bembom's seqLogo library, but this generates a
sequence logo plot using a separate bitmap device. I want to recreate
the sequence logo *inside* an existing plot.
Alternatively, is
2013 Apr 30
2
Is there a function that print a string vertically (by adding "\n")?
Hi,
I'd like to print a string vertically. For example, I would like to print
"abcd" as "a\nb\nc\nd"
Is there a function in R such that
Input: "abcd"
Output: "a\nb\nc\nd"?
Thanks,
Miao
[[alternative HTML version deleted]]
2007 Jul 03
2
vertically concatenating data frames
Hi,
what is the recommended way to vertically concatenate 2 data frames with
the same column names but different number of rows?
My problem is something along these lines:
df1 <- data.frame(var1=var1,var2=var2,var3=var3) # nrow(df1)=1000
df2 <- data.frame(var1=var4,var2=var5,var3=var6) # nrow(df2)=2000
I tried df <- c(df1,df2), no success. stack does not seem to be
appropriate
2011 Dec 30
3
vertically stacked area plot?
Dear all,
I would like to create a vertically stacked area chart in R. The data are
presented in the attached text file.
I would like to see the trend in values for the different groups with
sediment depth (that's why I would like to create a vertically stacked
chart; normally sed_depth should be = x, but I want it plotted on the
y-axis). In the packages available to create stacked area
2006 Aug 30
1
How to put title Vertically
Dear all R users,
Suppose,
Dear all R users,
Suppose,
pauto.cor = pacf(lh, plot=F)
max.lag = max(pauto.cor$lag)
min.lag = min(pauto.cor$lag)
centre = (max.lag - min.lag)/2
pauto.cor = pauto.cor$acf
pauto.cor = pauto.cor[-1]
par(mar=c(3,0,1,1))
barplot(pauto.cor, axes=F,xlim=c(max(pauto.cor),
min(pauto.cor)), space=0,
col="green4",border="green",horiz=T)
#This plots
2005 May 27
6
Newbie here. Tips on setting up 100 phones wanted.
I'm looking at setting up Asterisk for a completely IP environment.
All intercompany calls.
I work for a ski area. I currently use a 3Com Superstack for in our
office. And an old small town phone system for up at the mountain. The
phone system is dying and I'm hoping to bring IP to replace the old
phones. It will be about 100 phones at about 20 locations all within
about 4 miles of each
2004 May 07
1
x-axis tick mark labels running vertically
I'm plotting obesity rates (y-axis) vs Public Health Unit (x-axis) for the
province of Ontario and would like to have the Public Health Unit names appear
vertically rather than the default, horizontally.
I'm actually using the 'barplot2' function in the {gregmisc} library ... I
haven't been able to find a solution in either the barplot2 options or the
general plotting
2005 Oct 09
1
boxplot: how to display x-labels vertically
Hi,
I need to draw a boxplot for a dataset consisting about 60 groups, the
problems is by default the x labels are drawn horizontally, so it is
impossible to display the names of all 60 groups. However, if the labels are
drawn vertically, it should be possible to display all names.
How can this be done?
Thanks.
Steve
[[alternative HTML version deleted]]
2009 Feb 25
1
vertically aligned X axis labels disappear off R Graphics window
Hi guys,
I'm evaluating R for basic data exploration. I produce a bar plot of the
data, with the x axis labels aligned vertically. However, the start of
labels longer than about 10 characters are cut off by the bottom of the
graphics window.
I'd appreciate your help in properly spacing the space around a plot
reserved for labels so that this problem can be avoided.
Thanks,
Richie
2010 Jul 30
1
Windows Tile Vertically from Windows 7
Dear R People:
Is there an "R equivalent" command for selecting the Tile Vertically
option from the Windows toolbar, please?
Thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
2011 Jul 08
1
lattice: How to vertically adjust an axis label?
Dear expeRts,
How can I vertically adjust an axis tick label so that it is nicely aligned with
the other labels?
library(lattice)
xyplot(0~0, xlim=c(0,3), scales=list(x=list(at=c(1,1.1), labels=c(expression(hat(theta)[italic(n)]),expression(theta)))))
## aim: move the leftmost expression up so that theta is nicely aligned with the second theta.
Cheers,
Marius
2009 Jan 25
1
Multiple lattice plots on a page: aligning x-axes vertically
Dear R-help,
I am creating a two lattice plots (a densityplot() and xyplot()) that
have the same x-axes and then 'printing' them onto the same page, one
above the other (see end of email for an example to generate the graph).
With different labels on the y-axis for each plot the left spacing is
different, and the x-axes don't align vertically. Although I can
manually modify the
2000 Mar 09
1
For the record: how to merge data frames vertically
Hello,
to save searching time in the S-news archive, here is the simple solution to
merge data frames vertically (cols must be equivalent, of course). The
frames must be components of a list, such as produced by
framelist<-split(bigframe,factor).
bigframe2<-do.call("rbind",framelist)
# posted to S-news by Bill Venables, found in summary message
2013 Oct 17
2
Samba Join as DC failed
Attempted to join domain via
./bin/samba-tool domain join ncs.k12.de.us<http://ncs.k12.de.us> DC -Uadministrator --realm=ncs.k12.de.us<http://ncs.k12.de.us>
But this failed with
Committing SAM database
Failed to apply linked attribute change 'attribute 'isRecycled': invalid modify flags on 'CN=test_user,CN=Deleted Objects,DC=ncs,DC=k12,DC=de,DC=us': 0x0'
dn:
2017 Nov 22
1
Samba upgrade
I'm upgrading an old samba4 instance (Samba version:
4.3.0pre1-GIT-1e32ada) which despite it's age works fine. Running
'samba-tool dbcheck --cross-ncs' before the upgrade results in no errors.
Building and installing using samba-4.7.3.tar.gz source (same
./configure) and the running 'samba-tool dbcheck --cross-ncs' results in
'Checked 3994 objects (4367
2005 May 20
2
MGCP 1.0 / NCS 1.0
I'm trying to use a 4 port ATA that was designed for use with MGCP 1.0 / NCS
1.0 -- is the channel_mgcp compat with NCS -- anything I can do to make it
compat?? This is what happens - below
*CLI> mgcp reload
Reloading MGCP
== Parsing '/etc/asterisk/mgcp.conf': Found
Use EXIT or QUIT to exit the asterisk console
== MGCP Listening on 10.1.22.39:2427
== Using TOS bits 0
mgcp
2017 Oct 17
2
possible to use ldbedit in a safe way
Hi Rowland,
On 10/16/2017 05:13 PM, Rowland Penny via samba wrote:
> If you need to edit the NCs in sam.ldb.d, use '--cross-ncs' with the
> ldb command, this allows you safely change things. There have been
> reports of AD being destroyed by directly editing the ldb's in sam.ldb.d
Looking at the man page of ldbedit, I see no reference to --cross-ncs
Tried:
> ldbedit
2015 Apr 16
3
Samba process pegging CPU
Greetings,
I'm currently experiencing an issue with two of my three Samba servers where one Samba process is pegging the CPU usage and eating up a lot of virtual and resident memory. While this is happening I get a "ERROR(runtime): DsReplicaGetInfo of type 0 failed - (-1073610723, 'NT_STATUS_RPC_PROTOCOL_ERROR')" error when I try to run the samba-tool drs showrepl command.
2016 Jun 23
2
Samba pid in uninterruptible state
Greetings,
I recently upgraded Samba on an Ubuntu 14.04.2 server from version 4.1.9 to 4.2.3. Upon rebooting Samba process goes into a running state then after a short time it will go into an uninterruptible state. If I check the log.samba, it appears that it is attempting to start, then hangs at the following:
[2016/06/23 15:16:00.329503, 3] ../source4/param/share.c:124(share_register)