similar to: Equivalent of win.print for Linux

Displaying 20 results from an estimated 10000 matches similar to: "Equivalent of win.print for Linux"

2008 Oct 21
3
R command line
Hi! Is there a Gui for R with improvements in the command line? I'm not looking for buttons, menus and etc, but (more) colored syntax, auto-complete commands and etc? Best regards, Raphael Saldanha saldanha.plangeo@gmail.com [[alternative HTML version deleted]]
2009 Jul 03
2
R on flash
Hi! Is there some R version for flashdisk, pendrive etc ? -- Regards, Raphael Saldanha saldanha.plangeo@gmail.com [[alternative HTML version deleted]]
2011 Nov 29
1
Read TXT file with variable separation
Hi! I have to import some TXT files into R, but the separation between the columns are made with different blank spaces, but each file use the same separation. Example: 31 104 5 0 11RUA SAO SEBASTIAO 25 BAIRRO FILETO 01
2008 Jul 26
2
Sample
Hi! I have a data.frame, like this one: > data 0-100 100-250 250+ a 9 18 16 b 33 25 27 c 21 19 17 d 25 22 19 e 40 39 19 f 77 45 29 If I request a sample of 2, I have the following: > sample(data, 2) 0-100 250+ a 9 16 b 33 27 c 21 17 d 25 19 e 40 19 f 77 29 How can I request a sample from the
2009 Jul 02
1
Box Plot outliers label
Hi! How can I add labels in the outliers inside a boxplot. Here is my code, at now: mun <- as.data.frame(read.csv2("consolidada_v3.csv")) micro <- mun$nmicro medprop <- mun$medprop mimedprop <- split(medprop, micro) boxplot(mimedprop, col="chartreuse3", main="Área média das propriedades rurais", xlab="Microrregiões", ylab="ha") I
2008 May 17
1
Recode
Hi! Using recode in cars package, I tryed to use the following: recode(data$nrcomp, "lo:5='0 to 5'; 5:hi='bigger than 5'") I got: Erro em parse(text = strsplit(term, "=")[[1]][2]) : unexpected end of input in "'0 to 5" When I try only numbers, or only text, it's ok, but when I try to combine numbers and text, I got a error... Any help?
2002 Sep 21
4
Printing probleme Samba 2.2.3.a with CUPS
Dear All, after changing my Linux box to Samba 2.2.3a and CUPS I'm struggling with some probleme :
2000 Jan 13
1
Printing woes
Hi, I've been using Samba for a while, and I'm now running all network printing here from Samba. However, while printing itself works fine, my users can neither view the print queue, nor delete jobs from it, and this is beginning to get annoying. I'm using LPRng to do all the printing. All the clients are NT4 workstations. Here's some selected bits of /etc/smb.conf and
2011 Nov 03
2
data frame to workspace
Is there a way to import a data frame into a workspace? I created a data frame and from my understanding, a data frame is a type of object, and that the workspace stores the current session's objects. Wondering why my data frame is not showing up... Any thoughts/suggestions? -- View this message in context: http://r.789695.n4.nabble.com/data-frame-to-workspace-tp3986415p3986415.html Sent
2011 Nov 01
1
How to interpret Spearman Correlation
Hi, I am not really familiar with Correlation foundations, although I read a lot. So maybe if someone kindly help me to interpret the following results. I had the following R commands: correlation <-cor( vector_CitationProximity , vector_Impact, method = "spearman", use="na.or.complete") cor_test<-cor.test(vector_CitationProximity, vector_Impact,
2008 Aug 20
3
Confidence Interval
Hi! With the following script, I'm trying to make a demonstration of a Confidence Interval, but I'm observing some differences on tails. # Teste de média entre uma amostra e uma população normal # Autor: Raphael de Freitas Saldanha # Agosto de 2008 n <- 200 # Sample size xbar <- 100 # Sample mean s <- 2 # Sample SD nc <- 0.95 # Confidence level (95%
2008 Dec 02
4
Variables inside a for
Hi! I had a database with some variables in sequence. Let me say: TX01, TX02, TX03 and TX04. But I need to run some regressions changing the variables... so: variable <- paste("TX0", 1:4, sep="") for(i in 1:4){ test[i] <- lm(variable[i] ~ INCOME, data=database) } But doesn't work... lm tries to find a variable inside database named variable[i] ... Suggestions?
2000 Apr 05
3
Problems with Intel Netport Printserver and Samba
Running RH6.0 I am able to print just fine from linux, the problem now is getting smb printing working. I am using an Intel Netport Express PRO/100 printserver. Previous to my upgrade from RH5.2 when I had the printer directly connected to the samba server, I was able to print just fine from the windows client machines (not using the raw method) My /etc/printcap is as follows ##PRINTTOOL3##
1997 Aug 07
9
printer problem
>Date: Mon, 4 Aug 1997 10:05:04 +0200 >From: marc.waknine@espace.aerospatiale.fr >To: samba@arvidsjaur.anu.edu.au (Non Receipt Notification Requested) >Subject: printer problem . URGENT help form SAMBA team !! >Message-ID: <9708040805.AA06185@musun95009.espace.aerospatiale.fr> > >on the SAMBA server i declare some printers >everything is ok in win3.11 because all
2011 Jan 25
3
Integration of two lines
Hello, I need to integrate the absolute difference between two lines measured on different points. # For example : x <- seq(0, 1, 1/100) f_x <- runif(101) + x y <- seq(0, 1, 1/23) f_y <- runif(24) + (1 - y) plot(x, f_x, type="l") lines(y, f_y) Then I would like to compute Integral( | f_x - f_y | )dx. (This is not the same as | Integral(f_x)dx - Integral(f_y)dx |.)
2011 Nov 03
1
EMD arguments default values
Hi, i'm using this command line with EMD package filename<-emd(y,x,boundary="wave",plot.imf=F) i'd like to know if this EMD uses default values for non-specified arguments. i'm especially interested in "stoprule", "max.imf", "tol" behavior in such cases. Thanks
2002 Oct 17
1
i can't print directly to my samba printer server...
Hi there Brian! I've seen your email on one of the samba mailing list. This has been my problem for a long time. I just want to share this problem directly to you and i hope you can lend me your help. I'm trying to setup windows printer sharing using SAMBA installed on my Linux box (Redhat 7.3 as printer server) and windows 2000 pro as my client. My win2k clients are connected to a
2008 Dec 18
3
Unable to connect to printer; will retry in 30 seconds...: Connection timed out
Hi ALL, I recently withed from CentOS 3 X server to CentOS 4.5. It works fine other than printers. there are many printers connected to it. We have configured the commnad printconf queue type is Networked UNIX (LPD) Some times, we will be able to print , But, some times, We will NOT be able to print. We can ping its ip address. Even, when we can't print, We can ping its ip address.
1998 Aug 26
2
Printing NT to Linux w\Cannon bjc-4000
I am able to see my printer as a share. Well better put, I see four representations of my printer: ascii, lp2, lp-mono, and raw. I tried the naive thing and just selected lp2 and added the cannon bjc 4000 driver for NT. This didn't work. I get an error report: %%[ Error: undefined; offending Command: K ]%% . . . a bunch of strings that I don't understand. This does not look like the
2000 Apr 24
5
Suppressing Form Feeds
Try adding the 'sf' option to the printer definition in /etc/printcap. The 'sf' stands for 'suppress form feeds'. If this doesn't work, let me know and I'll send you a copy of my printer definition, since I had the same problem and was able to fix it with one of the options. -- Derek Pizzagoni I.T. Manager SBE, Inc. URL: http://www.sbei.com >Date: Sun, 23