Displaying 20 results from an estimated 600 matches similar to: "y label perpendicular to the y axis"
2007 Apr 20
1
Error en R
Mrs and Mr
My operative system is "Windows Vista" and can't update or install pakages of CRAN, the message for all pakages is for example:
Erro en zip.unpack(pkg, tmpDir) : no fue posible abrir el archivo 'C:/Program Files/R/R-2.4.1pat/library/file8f653c7/MASS/chtml/MASS.chm'
Help me
thank you!
Post data: Sorry my bad English
Roberto Mario Domínguez Olivero
Universidad
2002 May 06
2
Upgrade to 1.5.0
Hi all!
my apologies if this is too elementary:
I upgraded to 1.5.0. I copied my library folder on version 1.4.1 to the
library folder on 1.5.0. When I try to upload a package via the menu I get
this:
Error in sort(.packages(all.available = TRUE)) :
1 argument passed to "sort" which requires 2.
do I have to copy any other file from the previous version?.
Thanks in
2002 Apr 11
14
Ordinal categorical data with GLM
Hello All:
I am trying to replicate the results of an example found in Alan
Agresti's "Categorical Data Analysis" on pages 267-269. The example is
one of a 2 x 2 cross-classification table of ordinal counts: job
satisfaction and income.
I am able to get Agresti's results for the independence model (G^2 =
12.03 with df = 9) assuming as he does that the data is nominal, but
2010 Oct 05
2
Plotting x-axis labels perpendicular to the axis
Hi,
The following command: axis(1, at= 1:50, labels= sampleNames(data)) produces
an X-axis with 50 ticks and labels drawn from the sampleNames namespace.
Problem is the labels at each tick are printed parallel to the x-axis and
thus run into each other. How do I specify for the labels to be printed
perpendicular to the x-axis?
Thanks in advance.
Anjan
--
===================================
anjan
2016 Apr 28
0
polygon angle option perpendicular to axis
Tena koe Simon
plot(1:10, 1:10, type='n')
polygon(c(2,3,6,8), c(2,5,5,3), density=20, angle=90)
polygon(c(2,3,6,8), 5+c(2,5,5,3), density=20, angle=0)
I don't understand your problem. Perhaps if you "provide[d] commented, minimal, self-contained, reproducible code" it would help.
HTH ....
Peter Alspach
-----Original Message-----
From: R-help [mailto:r-help-bounces at
2007 Apr 28
3
Perpendicular symbol in plotmath?
Hey,
Does anyone know of an equivalent to the LaTeX \perp (perpendicular)
symbol for adding to R plots? Parallel is easy enough ("||"), but I
haven't been
able to find a way of adding perpendicular. The plotmath documentation
doesn't mention how to do it, so I'm inclined to think that it doesn't
exist - but surely there must be some way of achieving the desired
result,
2001 May 24
1
Labels perpendicular to axis
I would like to make my horizontal barplot vertical axis labels perpendicular to
the axis. I tried las=1, srt=90; I even tried yaxt='n' thinking I'd put the
labels in using mtext, but the axis continued to be drawn. Can anyone help me
with this? My barplot() statement looks like this:
barplot(height=foo$rebint[o1], names=foo$Unit[o1], horiz=TRUE,
col=mycolors[foo$type[o1]],
2016 Apr 28
0
polygon angle option perpendicular to axis
Filling polygons with lines is a throwback to the time when the height
of quality graphics was the mechanical pen plotter (a device that used
a pen in a mechanical arm to draw the plot on a piece of paper).
Computing and printing technology has advanced quite a bit from that
day, so you may want to reconsider why you want polygons filled with
lines instead of just a solid color (and I consider
2016 Apr 28
1
polygon angle option perpendicular to axis
Thanks for the question. Here is a sample of the code for my plot:
Top = c(34, 39, 42, 45, 46, 41, 41, 40, 43, 38, 33, 33)
Bottom = c(24, 29, 32, 36, 32, 34, 32,41, 40, 39, 29, 24)
plot(1,1, col = "white", xlim = c(1.3,11.7), ylim = c(0,80), axis = FALSE, xaxt = "n")
axis(1, at = c(1:12))
polygon(c(c(1:12),c(12:1)), c(top, bottom), col =
2017 May 19
0
Problems with sysvolcheck
Hello,
¿Any idea about this?
Best regards,
Santiago.
2017-05-17 10:18 GMT-05:00, Santiago Londoño Mejía
<santiago.londono at pragma.com.co>:
> Hello,
> After creating some GPOs Sysvolreset also fails
>
> ./samba-tool ntacl sysvolreset
> open: error=2 (No such file or directory)
> ERROR(runtime): uncaught exception - (-1073741823, 'Undetermined
> error')
2016 Apr 28
1
polygon angle option perpendicular to axis
The angle is not based on the polygon edges, but it can seem that way if you do not use the asp=1 argument in your plot. Try this example,
> plot(1:10, 1:10, type='n')
> x <- c(1, 3, 5, 3)
> y <- c(3, 5, 3, 1)
> polygon(x, y, angle=0, density=10)
> polygon(x, y + 4.5, angle=45, density=10)
> polygon(x + 4.5, y + 4.5, angle=90, density=10)
> polygon(x + 4.5, y,
2017 May 22
0
Problems with sysvolcheck
Yes,
This is a bug in samba-tools.
Just ignore it, dont use reset if you have made changes.
Just set the needed rights and edit your GPO's.
It wil work fine.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Santiago Londoño Mejía via samba
> Verzonden: vrijdag 19 mei 2017 19:14
> Aan: Rowland Penny
>
2016 Apr 27
4
polygon angle option perpendicular to axis
I am trying to use the angle option in polygon to create polygons filled with horizontal and vertical lines. The polygons I am crating are irregular and it the angle function appears to set the angle of the shading perpendicular to the polygon sides rather than perpendicular to the axes. Is there any way to set the angle relative to the axes rather than relative to the polygon sides?
2010 Aug 23
4
Draw a perpendicular line?
Hi,
I am trying to draw a perpendicular line from a point to two points.
Mathematically I know how to do it, but to program it, I encounter some
problem and hope can get help. Thanks.
I have points, A, B and C. I calculate the slope and intercept for line
drawn between A and B.
I am trying to check whether I can draw a perpendicular line from C to line
AB and get the x,y value for the point D
2017 Mar 21
0
Problems with replication and dns
Hello,
¿Could you give me some other idea to eliminate these zones?
Best regards,
Santiago.
2017-03-15 13:39 GMT-05:00, Santiago Londoño Mejía
<santiago.londono at pragma.com.co>:
> Hello,
> Yes, i have run: /samba_upgradedns --dns-backend=BIND9_DLZ
> This command runs without errors but I can not delete the zone
> waspruebas.proteccion.com.co
>
> Best regards,
>
2011 Oct 17
1
lmtp performance
Hello:
In the process of migration from version 1.2 to 2.0 have tried to use
lmtp instead of lda as delivery agent.
But unfortunately througput we get is poor with lmtp compared to lda.
In peak times with lda we are able to deliver over 1800 messages/minute
(high I/O but not affecting service) but if we switch to lmtp cannot
deliver more than 300 mess/minute (very low I/O).
This is enough
2005 Aug 15
1
XML for tc hierarchy representation
Hi list, I would like to know about any proposed XML representation for
tc objects hierarchy. I found something at "LTCM, a Linux QoS API
Library" (http://artemis.av.it.pt/~ltcmmm/) that looks like a start, but
any others are welcome.
I''m starting a project to automatically syncronize traffic shape rules
between servers and thought XML is the best way to represent tc
2017 Mar 15
2
Problems with replication and dns
Hello,
Yes, i have run: /samba_upgradedns --dns-backend=BIND9_DLZ
This command runs without errors but I can not delete the zone
waspruebas.proteccion.com.co
Best regards,
Santiago.
2017-03-15 12:44 GMT-05:00, Rowland Penny via samba <samba at lists.samba.org>:
> On Wed, 15 Mar 2017 12:40:37 -0500
> Santiago Londoño Mejía <santiago.londono at pragma.com.co> wrote:
>
2008 Sep 17
3
Is there a way to not use an explicit loop?
I have a problem in where i generate m independent draws from a
binomial distribution,
say
draw1 = rbinom( m , size.a, prob.a )
then I need to use each draw to generate a beta distribution. So,
like using a beta prior, binomial likelihood, and obtain beta
posterior, m many times. I have not found out a way to vectorize
draws from a beta distribution, so I have an explicit for loop
2017 Mar 30
2
" a misconfigured DNS zone" (was Provision new domain keeping users and passwords (Santiago))
Hello,
Thank you very much for your reply.
I changed named.conf And this is the log:
Mar 30 08:23:35 neptuno named[3419]: sizing zone task pool based on 1 zones
Mar 30 08:23:35 neptuno named[3419]: Loading 'AD DNS Zone' using driver dlopen
Mar 30 08:23:35 neptuno named[3419]: samba_dlz: started for DN
DC=pragma,DC=com,DC=co
Mar 30 08:23:35 neptuno named[3419]: samba_dlz: starting