search for: side

Displaying 20 results from an estimated 33671 matches for "side".

2012 Mar 08
1
Warnings when plotting after x11() in R 2.14.2
Dear R-help, I recently upgraded from R 2.13.1 to R 2.14.2 and now get warning messages when plotting after using x11(). Example: > plot(rnorm(10)) ### no warnings > x11(); plot(rnorm(10)) Warning messages: 1: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Windows font database 2: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Windows font database 3: In axis(side = side, at = at, labels = labels, ...) : Font family not found in Windows font databa...
2012 Sep 02
2
Impact of cex changing as a function of mfrow
...1 / 0.83 if (TEST && (MFROW[1] >= 3 | MFROW[2] >= 3)) CORRECT <- 1 / 0.66 if (!TEST) cat("MFROW does not equal MFCOL\n") cat(MFROW, CORRECT, "\n") return(CORRECT) } pdf("TestCEX.pdf", 8, 6) par(mfrow=c(1,1), omi=c(1,1,1,1)) plot(1) mtext(outer=T, side=1, line=0, cex=1, "line 0") mtext(outer=T, side=1, line=FINDCEX(), cex=1, "line FINDCEX") mtext(outer=T, side=3, line=0, cex=1, "line 0") mtext(outer=T, side=3, line=1, cex=1, "line 1") mtext(outer=T, side=2, line=0, cex=1, "line 0") mtext(outer=T,...
2006 Jul 21
10
why validation on server side
hi, i have noticed that the validations in RoR happen at server side mostly what sites do is using javascript they validate user information there... whats the point of doing it at the server side is it that loading of javascript file in a browser makes a response to client slow and validation at server side offsets that....????? any sugeestions???? is it that...
2005 Jan 25
1
Sync both sides with deleting from one side and creating files on both sides
Hi folks, i?m not sure if it is even possible, bu just want to ask: I have to servers connected over vpn. On both sides there is a working directory "Office" where the users are working on but deletion should only be possible on side A. The idea is, that on A and B people can work and save over their 100 Mbit Network quite fast, and in the backround the data get synchronized over the slow line. This is...
2010 Dec 25
4
2 Ethernet cabling question
Two questions that was not always clear for me [sorry for posting to this list :\]: ############################################################################################## Q1) when cabling, is the color order important? like: straight cabling: A side: white-orange, orange, white-green, blue, white-blue, green, white-brown, brown B side: white-orange, orange, white-green, blue, white-blue, green, white-brown, brown could be eg.: like this?? A side: white-orange, brown, white-blue, green, white-green, blue, white-brown, orange B side: white-oran...
2008 Sep 19
1
Axes Labels on the Right side of lattice panel
Hello, My plot has two curves on different scales. To create the scale on the extreme right hand side of a panel I followed the example in panel.axis (in this example, the tick marks are at the same location and labels are the same too) axis=function(side, ... ) { ylim <- current.panel.limits()$ylim if(side=="left"){ prettyC=c(pretty(ylim))...
2008 Nov 03
1
Sweave: side by side dynamic graphs
Hi all: I'm trying to create some side by side dynamic graphics on the same page but I am running into some problems. I am able to create side by side figures only if I import them into my PDF. see the example bellow: \documentclass[12pt]{article} \usepackage{color,cite,graphicx}% to put in axodraw \usepackage{latexsym,amssymb,epsf} \b...
2008 Mar 06
2
server-side AND client-side symlinks?
How can I have both server-side and client-side symlinks? Server-side symlinks are needed for example when what appears to the user to be a single mounted directory is actually tens of little pieces tied together by symlinks. Having those symlinks coalesces many mounts that would all have to be perfect in parallel into a single...
2011 Aug 25
1
How to vary the distance between the pairs of a side-by-side barplot?
Hello, for my project I wanted to create a side-by-side barplot. For each of 143 treatments there are always two measurement. This two measurements (a pair) are represented by a red resp. a yellow bar. I was able to write the code for the side-by-side barplot. Unfortunately however I am not able to vary the distance between the measurement pair...
2005 Jul 15
3
VPN's
Hi All, I'm using Asterisk for my PBX, I have a remote office that is connected by a VPN link. I am using Openswan on my side and a Linksys box on the remote side. I have a Polycom IP300 on the remote side configured with a static IP address. When I call the phone on the remote side, it rings and establishes the call fine. The problem I am having is that the remote side can hear the call find but the local side hears...
2018 Apr 29
3
bug: xattr filter rule treated as file filter rule on the remote side
Summary: an xattr filter rule (e.g. --filter='-x! user.*’, which is suggested by the documentation) is treated as a file filter rule on the remote side. Repro #1, sender is local: host1$ rsync --filter=‘-x! user.*' -avvvHX --delete /tmp/test/. host2:test ... [Receiver] add_rule(-! user.*) Repro #2, sender is remote: host1$ rsync --filter=‘-x! user.*' -avvvHX --delete host2:test/. /tmp/test ... [sender] add_rule(-! user.*) One possible a...
2017 Jan 18
1
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Wed, Jan 18, 2017 at 04:33:43PM +0000, Damien Lespiau wrote: > On Wed, Jan 18, 2017 at 11:27:16AM -0500, Ilia Mirkin wrote: > > Damien - did you ever test these mandatory modes on an actual > > commercial 3D TV or similar device? > > My main testing device was a Samsung TV with this 3D_present bit set and > all the advertised modes were working. Can't quite remember
2016 Aug 01
2
rsync send "non-rsync" options to the server side (--remote-option) and (--protect-args)
I have been working on a backup server where I have a server-side script that wraps the server-side rsync invocation. I have used the client-side rsync -M (--remote-option) to send options to the server script, removing them from the command-line prior to invoking the server-side rsync. This was discussed on Stack Exchange (http://unix.stackexchange.com/questions...
2007 May 10
1
t value two.sided and one.sided
Hi, on a > summary(lm(y~x)) are the computed t-values for two.sided or one.sided. By looking on some tables they seem like they are for two.sided. Is it possible to have them for one.sided? If this makes sense... Thanks. [[alternative HTML version deleted]]
2013 Jan 14
2
One sided confidence limits for the regression line
Hi all, I am trying to plot the one-sided confidence limits for the regression line. It seems it is ok to use predict function to compute the two sided confidence limits. Does any one know a easy way to compute the one sided confidence limits? Thank you very much in advance. Hannah [[alternative HTML version deleted]]
2011 Jun 12
2
Side by side scatter plots with specified regression lines
I am new and self taught in R, so please bear with me. I want to create two scatter plots side by side. The data set includes measurements from two different countries with 7 treatments over a timeline (x-axis). Problem 1 I want to have each plot to include the data from one of the countries with 7 regression lines of the treatments, but I do no know how to divide the data between them. Th...
2006 Nov 05
1
diag()<- in Matrix?
Dear all, I am trying to use the Matrix package to do some calculations on rather large and sparse matrices. An example of such a matrix is given below. mig<-0.2 side<-10 np<-side^2 mig.mat<-matrix(0,np,np) diag(mig.mat[1:(np-side),(side+1):np])<-mig/4 diag(mig.mat[(side+1):np,1:(np-side)])<-mig/4 diag(mig.mat[-np,-1])<-mig/4 nomig<-which(1:(side^2-1)%%side==0) diag(mig.mat[-np,-1])[nomig]<-0 diag(mig.mat[-1,-np])<-mig...
2006 Oct 13
1
side by side plot of Histogram and densityplot
Using "par" seems easily put a "hist" and a density side by side on the same output window. I would like to use some features in "histogram" from Lattice, but how can I put "histogram" and "densityplot" side by side on the same graph? Thank you par(mfrow=c(2,1)) hist(y) plot(density(y)) Jue Wang, Biostatistician Contr...
2008 May 22
2
Stripchart and Boxplots side-by-side
...Stripcharts in one Plot: with(InsectSprays, boxplot(count ~ spray, boxwex = 0.3)) with(InsectSprays, stripchart(count ~ spray, col = "red", vertical = TRUE, add = TRUE)) But the dots from the stripchart are plotted over the Boxes. Is there any possibility to have Stripchart and Boxplots side-by-side, i.e. to move boxplots and/or stripcharts a bit to the left or right? (similar to the example "Comparing boxplot()s and non-robust mean +/- SD" from help(boxplots)....) Thanks for any help Dieter
2008 Mar 05
1
Voice quality is bad from one side and good from another side
Hi all; I have two asterisk boxes installed in two separated sites, the internet bandwidth between them is very good and I am using G729 codec to communicate with them and IAX. The problem that side A hears well side B while side B does not hear well side A !! I did one thing in side B that in iax.conf, I set the bandwidth=high and it helped, but still side B is complaining from the quality (while its net is very good). Any advise what it could be the problem? Regards Bilal ________...