search for: 6x6

Displaying 20 results from an estimated 29 matches for "6x6".

Did you mean: 6,6
2016 Feb 09
4
OpenSwan Drop Out Issue
...site-b-vpn pluto[30584]: "site-a/5x5" #95: initiating Quick Mode PSK+ENCRYPT+TUNNEL+PFS+UP+IKEv2ALLOW+SAREFTRACK to replace #39 {using isakmp#52 msgid:119495de proposal=AES(12)_256-SHA1(2)_160 pfsgroup=OAKLEY_GROUP_MODP1536} and also Feb 10 00:52:25 site-a-vpn pluto[2414]: "site-b/6x6" #1: ignoring Delete SA payload: PROTO_IPSEC_ESP SA(0xde58eea3) not found (maybe expired) Feb 10 00:52:25 site-a-vpn pluto[2414]: "site-b/6x6" #1: received and ignored informational message Feb 10 00:52:25 site-a-vpn pluto[2414]: "site-b/6x6" #1: ignoring Delete SA payload:...
2016 Feb 09
0
OpenSwan Drop Out Issue
...ite-a/5x5" #95: initiating Quick > Mode PSK+ENCRYPT+TUNNEL+PFS+UP+IKEv2ALLOW+SAREFTRACK to replace #39 {using > isakmp#52 msgid:119495de proposal=AES(12)_256-SHA1(2)_160 > pfsgroup=OAKLEY_GROUP_MODP1536} > > and also > > Feb 10 00:52:25 site-a-vpn pluto[2414]: "site-b/6x6" #1: ignoring Delete SA > payload: PROTO_IPSEC_ESP SA(0xde58eea3) not found (maybe expired) > Feb 10 00:52:25 site-a-vpn pluto[2414]: "site-b/6x6" #1: received and > ignored informational message > Feb 10 00:52:25 site-a-vpn pluto[2414]: "site-b/6x6" #1: ignorin...
2010 Mar 15
2
Stacking matrices
What is an easy way to stack a matrix multiple times? E.g. I have a 6x6 matrix that I need to stack vertically 154 times to get a 6*154 by 6 matrix. I would rather not rbind(X,X,...,X) matrices. --Joe [[alternative HTML version deleted]]
2009 Mar 11
3
Matrix Construction; Subdiagonal
...e vec = the vector of interest, and k = the diagonal (k=0 for the diagonal; k=-1 for the subdiagonal; k=1 for superdiagonal, etc.) Is there an equivalent command in R? I'm looking for something like this: vec = seq(1, 5, 1) # vector of interest A = xyz(vec,-1) # creates a 6x6 matrix with vec on the subdiagonal where xyz is some function similar to diag, but with differing arguments. I can't believe there is not a simple way to do this... Thanks for your help, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stu Field, PhD Postdoctoral Fellow Department of Biology Colorado S...
2002 Mar 18
2
persp(): add second plane (second, long question)
...()? I was not able to get that out of the scatterplot3d package... What I can do is to get the x,y and z-range for the xlim,ylim and zlim so that the two planes would fit the box (x and y values are the same for both (1x6vectors)). And I'm able to store the z-values in two different matrices (6x6). What I did then is > xachse<-c(1:6) > yachse<-xachse > > par(bg = "white") > > trans3d <- function(x,y,z,pmat) { + tmat <- t((cbind(x,y,z,1)%*% pmat)) + list(x=tmat[1,]/tmat[4,],y=tmat[2,]/tmat[4,]) + } > pmat <- persp(xachse, yachse, betaon1.me...
2007 Sep 30
1
clipping viewports
Dear useRs, Why are the rotated blue and yellow boxes in the example below clipped outside of 6 x 6 inch window in the middle of the page?? Where does the 6 x 6 inch window come from? I would like to make use of the entire page. > library(grid) > pdf(file = "FarmMaps.pdf", paper = "a4") > pushViewport(viewport( + width = unit(7.6, "inches"), height =
2006 Nov 14
2
Problem with file size
Hi everyone, I have 2 environments (2 different R sessions) as described below: Session 1: Name of the environment: "CrlmmInfo" Objects in the environment: index1: logical index - length 238304 index2: logical index - length 238304 priors: list of 4 - (matrix 6x6, 2 vectors of length 6, vector of length 2) - all num params: list of 4: centers [238304 x 3 x 2]: num scales [238304 x 3 x 2]: num N [238304 x 3]: num f0 [scalar]: num If I save this environment to a file, I get a file of 23MB. Great. Session 2:...
2006 Nov 14
2
Problem with file size
Hi everyone, I have 2 environments (2 different R sessions) as described below: Session 1: Name of the environment: "CrlmmInfo" Objects in the environment: index1: logical index - length 238304 index2: logical index - length 238304 priors: list of 4 - (matrix 6x6, 2 vectors of length 6, vector of length 2) - all num params: list of 4: centers [238304 x 3 x 2]: num scales [238304 x 3 x 2]: num N [238304 x 3]: num f0 [scalar]: num If I save this environment to a file, I get a file of 23MB. Great. Session 2:...
2011 Mar 07
1
postscript cuts off left margin
...f() The generated output cuts off the left-hand margin. Unfortunately you cannot fix this after the fact with bounding box as it is already set at llx = 0. I have looked through the help for postscript output in R, but I don't see anything which allows me to set the margins. The page size (6x6) is chosen because it yields a figure which has nice proportions for my paper. Any help appreciated. Eileen -- Eileen Meyer Physics& Astronomy MS-108 Rice University 6100 Main St. Houston, TX 77005 www.interfolio.com/portfolio/eileenmeyer
2008 May 21
1
How to use classwt parameter option in RandomForest
...about 59% misclassification error. I would like to tinker with classwt option in the function randomForest to see if I can get a better performance the model. My confusion arises from how to define these weights. If I say, classwt = c(3,6,9,1,2,3), how exactly the levels get weighted. If this is a 6X6 matrix, I can put a number in each cell to adjust the weights. How does classwt option work? Thank you in advance for any ideas. Nagu
2008 Aug 02
2
Iterative Averages
Dear all, I have a data frame of 2160 rows and 4320 columns, which I hope to condense to a smaller dataset by finding averages of 6 by 6 blocks of values (to produce a data frame of 360 rows by 720 columns). How would I go about finding the mean of a 6 x 6 block, then find the mean of the next adjacent 6 x 6 block, and so on, until the whole data frame has been covered? One slight twist is that
2008 Feb 15
2
wire.frame tick labels from matrix
Dear R Users, close to the end of this I used wireframe to create a 3D plot from a matrix. The x and y axis tick labels (1-6) for each were created from the matrix being a 6X6 matrix. I need the axis tick labels to be the row and column headings which you can see in the output (mat.x). I have tried several work arounds, but they have not been successful. Thanks in advance. keith rm(list=ls()) sen<-read.csv("brooktroutsort.csv") #Resistance R=c(660, 548,...
2012 Jan 08
2
need help with axis ticks
hi, i am using par(mrow=c(6,6)) function to get 6x6 plots on one screen. the problem that i am having is that the axis tick labels are far away from the ticks and going into previous plots (see attached figure). i need to know how can i reduce the distance between the ticks and their values (y axis values).the part of the code that i am using (after...
2009 Sep 21
2
Combine vectors in order to form matrixes with combn
...em with the combn function and a set of vector. I would like to make a simple combination where, instead of scalars, i would like to combine vector, in order to form matrixes. In other words, i have nineteen 6-items vectors (for example coef1-coef19), that i would like to combine in n!/k!(n-k)! 6x6 matrixes. I tried with a code like this mma <- combn(c(coeff1,coeff2,...,coeff19),function(x) matrix(x,6,6)) but i think that R doesn't recognize that these are not scalars. In fact the error is: Errore in matrix(r, nrow = len.r, ncol = count) : invalid 'ncol' value (too lar...
2012 Feb 15
3
built a lower triangular matrix from dataframe
...onal) from a particular dataframe. The matrix I have to construct has 203 rows and 203 columns and that makes 20503 values to be included within (that's why I can't do it manually). To illustrate the dataframe I have, I'll give you an example of a dataframe and matrix with dimensions 6x6 (to make it shorter!) My dataframe looks more or less like this (but longeeeer): (i= number of row, j=number of column, k=value to be included in the matrix) http://r.789695.n4.nabble.com/file/n4390813/df.png An the matrix I should look like this: http://r.789695.n4.nabble.com/file/n4390813/ma...
2008 Feb 05
2
using image to show RGB image data ?
Hello all, I'm now using image() to show image data (in my case dumps of SOM weights) but would like to show RGB colour data, not just single "z" colour values. I've currently been using seq() to skip 4 values, so I can show the R, G or B channels separately as "z". But is there a way I can show all three channels simultaneously as a proper colour image? Thanks, B.
2015 Jan 08
2
Intel NUC? Any experience
...6-8. > >>... >>3) Is it possible to add an additional NIC for possible use as a >>home router/gateway? If not internally, then via a USB connected NIC? > >for a home gateway/router, I would suggest looking into an APU1D4, >such as are sold by Netgate. This little 6x6" board draws less >than 10 watts TOTAL ACTIVE, has 3 GIgE ports and a dual core 1Ghz >CPU with 4GB ram, it has SD card slot, miniSATA slot (for a SSD), >and 2 miniPCI-E slots (for expansion boards such as wifi), its >fanless (convection cooled via a heat spreader to the aluminu...
2007 Apr 12
1
Multihead related issues
...e diffrent options for diffrent screens, and I'd really like to see this in the storage backends. I'll admit I haven't been up to date lately, so I don't know the state of bsm for instance, but I'd like to bring it up now anyway. One use, to prove that it makes sense, is to have 6x6 viewports on the large monitor, but only 2x2 on the small (which is what I would want for myself). Most of the work shouldn't be to hard to port, but it would be nice to take this oppertunity to discuss the design and implementation. I know perspectives have come up on private e-mails, but si...
2015 Jan 08
5
Intel NUC? Any experience
Folks The price point of Intel's NUC unit makes it attractive to use as a server that doesn't have significant computational load. In my environment, a USB connected hard-drive could provide all the storage needed. I wonder if anyone has had experience with it, and can answer: 1) Does Centos6 and/or Centos7 install from a USB connected optical drive? or a USB flash drive? I'd
2004 Mar 27
1
dev.print
Hi, Shouldn't the following commands produce a nice jpeg file, or am I missing something? hist(rnorm(1000)) dev.print(file="test.jpg",device=jpeg) I get a very tiny (6x6 pixel) jpeg every time. Using dev.copy(file="test.jpg",device=jpeg) ; dev.off() instead of dev.print produces a perfectly nice plot, but is more cumbersome. R bug or my misunderstanding? Scott Linux user