similar to: dxf() like bmp() or postscript()?

Displaying 20 results from an estimated 700 matches similar to: "dxf() like bmp() or postscript()?"

2001 Aug 28
2
fitting a mixture of distributions with optim and max log likelihood ?
hi Suppose I have a mixture of 2 distributions generated by rtwonormals <- function(npnt,m1,s1,m2,s2,p2){ rv<-vector(npnt,mode="numeric") for( i in seq(1:npnt)){ if(runif(1,0,1)<=p2){ rv[i]<-rnorm(1,m2,s2) } else{ rv[i]<-rnorm(1,m1,s1) } } return(rv) } x <- rtwonormals(50000,0,100,500,500,0.05) #and I try to fit these with (based on thread: [R]
2008 Oct 05
1
Graph in vector format to OpenOffice
Hello, I know this topic has been discussed already several times. Is it a workable solution that emerged? I would like to place R graph in vector format in an OpenOffice Writer document (solution working in Linux AND Mac OS X AND Windows). I have tried to play with pstoedit to convert .ps file produced by R into .svm, .dxf, etc... but without success. PhG --
2000 Oct 04
5
postscript preview
gday R friends, I was wondering if anyone could help me with some graphics issues please. I'm processing R in batch on redhat6.2 with some graphics to be imported into msword on NT. For scaling within my doco I want some vector type graphics. win.metafile doesn't seem to be supported on redhat which gives me postscript. postscript is ideal but doesn't contain a preview so I
2002 Sep 19
0
DXF-Format
Has anybody experience with reading dxf-files (AutoCAD) into R? -- Besplatni e-mail - http://webmail.iskon.hr/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
hi- If I source the following for(k in seq(1:20)){ x<-runif(20000,min=-500,max=2000) y<-runif(20000,min=-500,max=2500) z<-runif(20000,min=-10,max=10) cat(k,"file",memory.size()) cc<-rainbow(11) plot(x,y,asp=1i,xlim=c(-500,2000),ylim=c(-500,2500),main=k,cex=1.0) for(i in seq(-10,10,2)){ points(x[z > i],y[z > i],col=cc[(12+i)/2],cex=1.0) } rm(x,y,z)
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees- Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out: > j<-read.table("jnk.rin",head=T,sep="\t") > attach(j) > #gives lines I want > qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x =c(-3,3),ylim=c(2000,1000000)) >
2004 Aug 02
1
Very strange ACL issue
Hello, I upgraded from Samba 3.0.2 to 3.0.4 on my Redhat Enterprise system and am now seeing something very strange with POSIX ACL?s. We have several shared directories setup with per-directory group permissions (In other words each directory has its own group in active directory). This way if we want to give a user access to a directory we just add them to the group. After upgrading too 3.0.4
2004 Apr 05
1
Two major issues with Mac OS X clients
Hello, I am having to major issues with Mac clients on our samba server. One has to do with how the Mac vs. the PC locks files and the other has to do with a very slow connection to one of our larger shares. 1.) File locking issue: I am having a strange problem occur with shared excel and word files being opened by multiple users. The problem appears to be a result of a Mac opening the file
1999 Nov 24
1
Re: R 0.90.0 for Windows rwinst fails (for me) and workaround
hi- I downloaded r 0.90.0 for windows and ran rwinst.exe and the base package would not install for me. I had to unzip rw0900b1.zip and r20900b2.zip manually and then do the rest of install with rwinst. Is this due to b being replaced by b1 and b2? Robert (Bob) L Sandefur Principal Geostatistician PAH rls at pincock.com (primary) rlsandefur at aol.com (secondary) 303 914 4467 v 393 987-8907 f
2000 Nov 01
5
Performance note: Preallocating helps? and two questions
hi- in r 1.1 on windows 2000 with length(AU) of 35833 AUcap30<-0 for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) took over an hour on pentium II 300 mhertz (I esc'ed before it finished) but AUcap30<-AU for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) is very quick (a few seconds) Is this performance difference common in r (ie is linux the same way)? Are there other tricks
2000 Nov 01
5
Performance note: Preallocating helps? and two questions
hi- in r 1.1 on windows 2000 with length(AU) of 35833 AUcap30<-0 for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) took over an hour on pentium II 300 mhertz (I esc'ed before it finished) but AUcap30<-AU for(i in 1:length(AU))AUcap30[i]<-min(30,AU[i]) is very quick (a few seconds) Is this performance difference common in r (ie is linux the same way)? Are there other tricks
2019 Nov 17
3
How to build virt-v2v after the project was separated
Looks like virt-v2v cannot be built now, since it requires non-existing version of libguestfs-devel. Based on (no README or any instructions in virt-v2v) http://libguestfs.org/guestfs-building.1.html I tried this: git clean -dxf ./autogen.sh And it fails with: --- Checking for libraries used by virt-v2v --- checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version
2013 Jan 04
4
How to clone alfresco on puppet agents?
Hi, I have alfresco installed on my puppet master & try to clone it using puppet console to puppet agent nodes but under ''live management'' link, i can not see any of package/group/user/host resources named similar to alfresco even though i can see postgres package resource but no java/alfresco/tomcat resource? Can anyone let me know how to clone the same? Regards. --
2002 Aug 09
0
percentile labels in qqnorm
Hi- I wanted percentage labels on a qqnorm x axis. I used the following: #make up some data jt<-rnorm(100) #qqnorm with percentile x labels qqnorm(jt,axes=F,xlab="Percentiles") box() l<-c(1,5,10,30,50,70,90,95,99) axis(1,at=qnorm(l/100),label=l) which was ok for this data set. Does anyone have a more general solution which would allow one to specify the number of x labels
2008 Jan 14
3
problems with .svg
Dear everybody! I am making a graph in R and employ pstoedit to expot the .pdf-output to .svg. When I open the .svg with firefox I get the .svg-code shown wit the following header: "Mit dieser XML-Datei sind anscheinend keine Style-Informationen verkn?pft. Nachfolgend wird die Baum-Ansicht des Dokuments angezeigt." Which information should how be included? Thank you in advance. Yours,
2019 Nov 17
4
Building libguestfs from git
Looks like libguestfs build is broken, or not documented properly. I tried (based on http://libguestfs.org/guestfs-building.1.html): git clean -dxf ./autogen.sh autoreconf failes with: autoreconf: running: automake --add-missing --copy --no-force configure.ac:38: installing 'build-aux/missing' configure.ac:221: error: required file 'common/mlcustomize/Makefile.in' not found
2000 Jul 10
6
Novell
Hi, I like to know if anyone has ever gotten samba to work on Sun Solaris on a Novell Network. I don't have an issue with installation on Sun Solaris that works fine. But I've never put Samba on a Novell Network Before. Please describe any steps or issue with this. Phillip B. Bruce, Manager > kpmg Consulting > Network Engineering & Integration >
2018 Aug 07
1
nbdkit build broken
Looks like commit 05a8c47b9be8a6b8ffc091eab461fece9d40dcd0 (tests: Test all calls through multiple layers of filters and a plugin.) introduced an issue. $ git clean -dxf && autoreconf -i && ./configure && make ... in.Tpo -c -o test_layers_plugin_la-test-layers-plugin.lo `test -f 'test-layers-plugin.c' || echo './'`test-layers-plugin.c libtool: compile: gcc
2003 Mar 19
3
The best way to end up with WMF files
Hi all I am doing some stats work for a group of biologists who require windows metafiles (*.wmf) for their publications. To create these, I appear to have two choices: 1. Restart my machine in Windows and use savePlot 2. Keep my machine in linux, save as another format, then convert. I'd rather stay in linux; but how do I get wmf files? I looked at using ImageMagick's convert,
2018 Jun 24
2
Build and testing issues
While setting up a development environment on a clean Fedora 28 host, I got some errors. I followed the instructions in http://libguestfs.org/guestfs-building.1.html dnf builddep libguestfs ./autogen.sh autogen.sh failed: ./configure: line 57694: syntax error near unexpected token `external' ./configure: line 57694: `AM_GNU_GETTEXT(external)' Checking the entire log show that