search for: vis

Displaying 20 results from an estimated 658 matches for "vis".

Did you mean: is
2009 Jul 16
1
Compilation error
Hi all I'm trying to install asteris 1.4.22.1 on Solaris 10...the server is V120 SUN spark...During compilation (gmake) I got the following error /vis.c -o np/vis.o_a np/vis.c: In function `svis': np/vis.c:205: error: `u_int32_t' undeclared (first use in this function) np/vis.c:205: error: (Each undeclared identifier is reported only once np/vis.c:205: error: for each function it appears in.) np/vis.c:205: error: syntax error before &quot...
2001 Mar 23
1
-I$(srcdir)/openbsd-compat removal can cause errors
...ASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -DHAVE_CONFIG_H -c atomicio.c In file included from openbsd-compat/openbsd-compat.h:24, from includes.h:102, from atomicio.c:26: openbsd-compat/vis.h:31: conflicting types for `vis' /usr/local/include/vis.h:45: previous declaration of `vis' make: *** [atomicio.o] Error 1 It turns out that the graphviz suite (installed in /usr/local) has a vis.h that defines a vis() function. It is completely unrelated to the vis.h and vis() function...
2013 Feb 13
2
Need Help Plotting "Line" for multiple linear regression
Hello, My name is Craig and I need help plotting a "line" for a multiple linear regression in R. Here is my sample data (filename: convis.txt) Output of convis.txt is (vis and density being predictors of either avoidance or entrance): vis den avoid entrance 1 10 1 0.0000 0.0000 2 10 3 0.8750 0.0000 3 8 3 0.8180 0.0300 4 8 3 0.6670 0.0667 5 8 1 0.2110 0.0000 6 6 1 0.2500 0.0000 7 10 1...
2009 Nov 30
3
Specifying sub-filters
...9;'],[''field'', ''operator'', ''value'']] }); If anyone has an idea on the implementation please do contribute. This is the function as I have it right now Mapstraction.prototype.applyFilter = function(o, f) { var vis = true; switch (f[1]) { case ''ge'': if (typeof f[2] == ''object'') { if (o.getAttribute(f[0]) < f[2].pFilter) { vis = this.applyFilter(o, f[2].sFilter); }...
2001 Sep 20
2
vis.[ch]
Does anybody use openbsd-compat/vis.c? Not at the moment I think: % find . -name '*.[ch]' -exec grep -l "vis *(" {} \; ./openbsd-compat/vis.c ./openbsd-compat/vis.h % find . -name '*.[ch]' -exec grep -l VIS_ {} \; ./includes.h ./openbsd-compat/vis.c ./openbsd-compat/vis.h The reason I ask is, AT&T'...
2006 Apr 11
1
error in which(): recursive default argument reference
...the fonction, the following error occurred : > compute.word("hello") Error in which(letters == x) : recursive default argument reference Any insights would be helpful ... Cheers, Matthieu Function : #computes some probabilities based on (1) word frequency (word.freq), letters visibility(letters.vis), letters frequency(letters.freq) and viewing eccentricity (pos) compute.word <- function(word, pos=X, word.freq=word.freq, letters=letters, letters.vis=letters.vis, letters.freq=letters.freq) { word.split <- unlist(strsplit(word, split=c())) #indexing vectors...
2001 Feb 08
1
openbsd-compat/vis.c fails to build (patch)
vis.c from the 20010208 snap fails to build under OpenBSD 2.8. apply the following in the openssh root to fix: --- openbsd-compat/vis.c.old Thu Feb 8 09:21:18 2001 +++ openbsd-compat/vis.c Thu Feb 8 09:21:26 2001 @@ -35,9 +35,9 @@ static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07...
2012 Apr 03
1
A contour plot question - vis.gam () function in "mgcv"
Hi, Please see the attached contour plot (I am sorry about the big file). This was created using the vis.gam() function in "mgcv" package. However, my question is somewhat broader. In generating this figure, I first created the contours using vis.gam() and then I plotted the points. These point are plotted on top of the contours so that some of the contour lines are only partially visible...
2012 Jul 30
2
mgcv 1.7-19, vis.gam(): "invalid 'z' limits'
Hi everyone, I ran a binomial GAM consisting of a tensor product of two continuous variables, a continuous parametric term and crossed random intercepts on a data set with 13,042 rows. When trying to plot the tensor product with vis.gam(), I get the following error message: Error in persp.default(m1, m2, z, col = col, zlim = c(min.z, max.z), xlab = view[1], : invalid 'z' limits In addition: Warning messages: 1: In max(z, na.rm = TRUE) : no non-missing arguments to max; returning -Inf 2: In min(fv$fit, na.rm = TR...
2011 Oct 27
2
vis.gam zlab problem
I am using the mgcv package to develop vis.gam plots and having trouble figuring out how to relabel the z-axis (image attached). It is currently labeled as "linear predictor," but I would like to change it to a different name. Currently I am using this code: vis.gam(model1,theta=320,ticktype="detailed",color="gray...
2012 Sep 26
1
how to know where you've been sourced from
...t.r") > cat("source(\"test.r\")",file="source_test.r") > cat("source(\"source_test.r\")",file="source_test_parent.r") > source("source_test_parent.r") [[1]] source("source_test_parent.r") [[2]] eval.with.vis(ei, envir) [[3]] eval.with.vis(expr, envir, enclos) [[4]] source("source_test.r") [[5]] eval.with.vis(ei, envir) [[6]] eval.with.vis(expr, envir, enclos) [[7]] source("test.r") [[8]] eval.with.vis(ei, envir) [[9]] eval.with.vis(expr, envir, enclos) [[10]] print(sys.calls...
2008 Jul 01
2
problem with mpiexec and Rmpi
...bin> cat e.in source("eb.R") hodgesse at erinstoy:~/Desktop/R-2.7.1/bin> mpiexec -n 3 ./R --no-save -q -f e.in >e.out Error in mpi.remote.exec(paste("i am", mpi.comm.rank(), "of", mpi.comm.size())) : It seems no slaves running. Calls: source -> eval.with.vis -> eval.with.vis -> mpi.remote.exec Error in mpi.remote.exec(paste("i am", mpi.comm.rank(), "of", mpi.comm.size())) : It seems no slaves running. Calls: source -> eval.with.vis -> eval.with.vis -> mpi.remote.exec Error in mpi.remote.exec(paste("i am",...
2012 Mar 29
0
multiple plots in vis.gam()
...)+Factor,data=DATA,random=list(Group=~1)) with a dataset of about 70000 rows and 110 levels for Group if I use plot(gm1$gam), I obtain 3 different surface plots, one for each level of my factor but I would like to create more complex contour plots for those 3 graphics and thus tried using function vis.gam(type="contour"). It works well if I use vis.gam on the first model vis.gam(gm$gam) but I get an error message if I try to use it with my second model vis.gam(gm1$gam) vis.gam(gm1$gam,plot.type="contour",n.grid=200,color="heat",zlim=c(0,4)) Error in predict.gam(x,...
2015 Dec 07
0
Version numbering vis a vis CentOS and RHEL
On Mon, 7 Dec 2015, Phelps, Matthew wrote: > - Coordination of other repositories (e.g. EPEL) is based on the "version", > how does that work now? Exactly the same as it did before. Before you'd have a $maj.$min repo, which is the same as it is now. maj=7 min=1.1503 You can park it there and not suffer any problems as I understand it. At least that's what I've
2015 Dec 07
2
Version numbering vis a vis CentOS and RHEL
On 07/12/15 15:52, John Hodrien wrote: > To me, I'm not sure I get any issues or advantages from the new scheme, > but I > can't say it bothers me greatly. This is the thing that bothers me most - that folks dont have a good grasp on what / why the numbering is working like this. We are still a small team, and all efforts are flat out on getting the iso media and images done,
2015 Dec 07
0
Version numbering vis a vis CentOS and RHEL
On Mon, Dec 7, 2015 at 11:12 AM, Karanbir Singh <mail-lists at karan.org> wrote: > On 07/12/15 15:52, John Hodrien wrote: > > > To me, I'm not sure I get any issues or advantages from the new scheme, > > but I > > can't say it bothers me greatly. > > This is the thing that bothers me most - that folks dont have a good > grasp on what / why the
2015 Dec 07
0
Version numbering vis a vis CentOS and RHEL
On Mon, Dec 7, 2015 at 11:27 AM, Karanbir Singh <mail-lists at karan.org> wrote: > On 07/12/15 16:17, Phelps, Matthew wrote: > > > > IRC is not a good choice for communicating with IT admins in a large > > enterprise environment. It is usually blocked. > > > > Does google hangout work ? we might be able to also setup a phone dial > in setup > > --
2015 Dec 07
0
Version numbering vis a vis CentOS and RHEL
On Mon, Dec 07, 2015 at 08:57:01PM +0100, Zdenek Sedlak wrote: > AFAIK, the 7(1503) format is used only on the websites, and internally > CentOS uses 7.1.1503. Do you see this as an issue? Yes. It confuses humans. There have been a bunch of examples given of how it confuses humans. A simple fix for this human issue is to use 7.1.1503 on the website, here on the mailing list, etc. -- greg
2015 Dec 07
0
Version numbering vis a vis CentOS and RHEL
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/12/15 22:37, Warren Young wrote: > On Dec 7, 2015, at 1:52 PM, Greg Lindahl <lindahl at pbm.com> wrote: >> >> On Mon, Dec 07, 2015 at 08:57:01PM +0100, Zdenek Sedlak wrote: >> >>> AFAIK, the 7(1503) format is used only on the websites, and >>> internally CentOS uses 7.1.1503. Do you see this as an
2004 Aug 06
0
Difference in Encoding of files on Pocket PC vis-à-vis desktop
Hi, I suspect something related to endianness or word size here. Can you check that the encoded files end up the same size? Also, what if you encode on the Pocket PC and decode on a desktop? Maybe if you encode a small wav file on both pocket PC and desktop using default options and send me the results. Jean-Marc Le lun 24/05/2004 à 09:52, Asheesh Vashishtha a écrit : > Hi all, >