Displaying 20 results from an estimated 61 matches for "slanted".
Did you mean:
planted
2004 Aug 31
0
XP Pro problem/change to root user uid=0 gid=0 ????
Hi All,
I'm running 3.0.5 on Redhat as member server using winbind connecting to a mixed mode win2k domain. secret are good, getent & wbinfo -u work fine. but
a user running xp pro cannot access the share, but can access subdirectories therein. the client log file (log level is at 10) is repetitive and is full of the following "Primary group is 0 and contains 0 supplementary groups
2006 Jun 04
2
slanted ends of horizontal lines for certain line widths
Hello,
if I plot a horizontal line, e.g.,
plot(c(1,2),c(1,1),xlim=c(0,3),lwd=2,type="l")
or
plot(c(1,2),c(1,1),xlim=c(0,3),lwd=4,type="l")
then the left end (1st example) or both ends (2nd example) of the lines
are not rectangular but slanted on the graphical display (screen).
That behavour first occurred when I was trying to plot a stepfun, e.g.,
y <- round(rnorm(12),1)
Fn12 <- ecdf(y)
plot(Fn12,verticals= FALSE, do.p = FALSE,lwd=2,col.h="red")
plot(Fn12,verticals= FALSE, do.p = FALSE,lwd=4,col.h="red")
(lwd...
2012 Apr 09
1
slanted stacked bar graphs?
Hello R users,
I would like to generate "slanted" stacked bar graphs like those on
the bottom of pages 1 and 2 in this document:
http://www.wssinfo.org/fileadmin/user_upload/resources/JMP-Snapshot-SWA-HLM.pdf
. I've also attached the file to this email (pdf). Does anyone know if
this is possible in R? I have tried googling and searching...
2006 Nov 28
2
Problem with pairs() in nlme
Dear r-helpers,
After successfully running
require(nlme)
vfr.lmL <- lmList(
estimate ~ (slant + respType + visField + hand)^2 | subject, vfr
)
pairs(vfr.lmL, id = 0.01, adj = -0.5) # Pinheiro & Bates (p. 141)
produces the following error:
Error in sprintf(gettext(fmt, domain = domain), ...) :
object "form" not found
Any guesses as to what I may have done wrong?
2007 Dec 17
3
bar plot colors
All,
I have a question regarding colors in bar plots. I want to stack a
total of 18 cost values in each bar. Basically, it is six cost types and
each cost type has three components- direct, indirect, and induced
costs. I would like to use both solid color bars and bars with the
slanted lines (using the density parameter). The colors would
distinguish cost types and the lines would distinguish
direct/indirect/induced. I want the cost types (i.e. colors) to be
stacked together for each cost type. In other words, I don't want all
of the solid bars at the bottom and all of the...
2008 Apr 28
0
Hidden Markov model in R: books or tutorial biomed/ecology slant
Hi,
I was just wondering if there are any books on R that have applications
using Hidden Markov models
or anyone with tutorials/exercises that can be shared.
Ideally, these would have a bio/ecological slant though not neccesarily.
Any suggestions would be appreciated.
Thanks!
[[alternative HTML version deleted]]
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
...R,TeX/LaTeX, or typesetting expert, I have largely stumbled my way
to this point.
Objective: I'd like to get R postscript(...) to generate output that has the
TeX italic font when I use italic(...) in an R graphic.
I found out that the R postscript(..font="ComputerModern") outputs slanted
text when the R function italic(..) is used in a graphic. I think the text
should use the italic font.
For a quick overview of italic vs. slant vs. oblique see
http://www.eyewire.com/magazine/columns/robin/italic/
A response from Brian Ripley pointed me to the src/main/devPS.c file, and I
traced...
2005 Mar 21
3
Force labelling of x-axis
Hi,
I'm trying to do a box-whisker plot of two columns of a data frame, a
list of category names in one column vs. some numerical values in the
other. The plot itself works fine, but only a few points of the x-axis
( the category names ) are labelled. I think that this is because the
category names are too long.
Is there any way to force R to label each x-axis value, preferably at a
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
Here are my patches to add extra shapes to the annotate
plugin. I have also added dbus support and made a few things
configurable.
The new tools available are Line, Rectangle and Circle, the
original is called Brush. There is no selection line at the
moment because I do not understand OpenGL yet. Hopefully
these patches can be added and something added later.
There is an extra action called
2007 Aug 29
2
Rails Wiki hacked?
Either the Rails wiki has been hacked or someone internal wanted
easier access to porn.
http://wiki.rubyonrails.org/rails/
If you inspect the action of the search form on this page, you will
see that it now sends anyone who wishes to use the search form, to a
porn site.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2005 Jul 19
1
key_read: uudecode
Hello guys, mabye this can help you somehow:
$ ssh-keygen -b 8192 -g -t dsa
...
...
$ cat .ssh/id_dsa.pub
ssh-dss
2017 Jun 16
4
Markdown editor for CentOS 7?
Hi,
I recently discovered Markdown, and I'm currently using it to write some
documentation for CentOS 7.
https://github.com/kikinovak/formation-linux
For the time being, I'm using my good old Vim editor for writing it. I
turned off syntax highlighting, since this produces random results with
Markdown.
Pages are correctly displayed on Github, but in order to see them, I
have to push
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 Aug 12
3
Fair comparison
I was trying to do a little searching to see if there has even been a
comparison between Asterisk and VOCAL or any of the other OSS packages?
"Practical Voice Over IP using VOCAL" published by O'Reilly and
Associates, attempts to make a strong case about how scalable VOCAL. Of
course, considering that the book is written by the makers of VOCAL, it
tends to have a one sided slant.
2017 Jun 16
0
Re: Markdown editor for CentOS 7?
On Fri, 16 Jun 2017 11:27, Nicolas Kovacs wrote:
> Hi,
>
> I recently discovered Markdown, and I'm currently using it to write some
> documentation for CentOS 7.
>
> https://github.com/kikinovak/formation-linux
>
> For the time being, I'm using my good old Vim editor for writing it. I
> turned off syntax highlighting, since this produces random results with
>
2017 Jun 16
1
Markdown editor for CentOS 7?
Is geany available for Centos? It works well for markdown, though I use
it for xml and html.
On 06/16/2017 07:25 AM, Yamaban wrote:
> On Fri, 16 Jun 2017 11:27, Nicolas Kovacs wrote:
>
>> Hi,
>>
>> I recently discovered Markdown, and I'm currently using it to write some
>> documentation for CentOS 7.
>>
>>
2006 Feb 25
2
newbie advice
Hello Everyone -
Newbie here. My programming experience is primarily SQL, SAS (if anyone
knows that), and a little tiny bit of ASP. Want to get going on Rails.
Any suggestions? Was thinking of "4 Days on Rails". Thoughts?
Thanks - Brian
2009 Jan 23
5
Stat textbook recommendations?
...mmendations on intro or intermediate textbooks
that deal primarily with the math/theory behind the processes. If
they were oriented towards R that's be great, but otherwise I guess
I'd be most interested in something relatively platform-agnostic -
I've seen some books that were slanted heavily towards a particular
software package (Minitab) that I cannot afford or justify for
personal use.
TIA,
Monte
[[alternative HTML version deleted]]
2005 Nov 14
2
OggPCM : Need more justification for chunked data
HI all,
John Kkoleszar has asked for the option of storing data. He gave the rational
that
a) SIMD optimized filters
b) Writing filter chains.
Conrad Parker supported this say that both Core Audio and Jack operate on
multiple single channel buffers.
On IRC both Jean-Marc and MikeS argued that if OggPCM supports interleaved,
the addition of chunked is hard to justify.
My slant on the
2010 Dec 10
2
45 Degree labels on barplot? Help understanding code previously posted.
Dear colleagues,
i found a line or two of code in the help archives from Uwe Ligges about creating slanted x-labels for a barplot and it works well for my purposes (code below). However, I was hoping someone could explain to me precisely what the code is doing.
I'm aware it's invoking the text command, and I know the first ttwo arguments to text are x and y co-ordinates. I'm also aware th...