Displaying 20 results from an estimated 1000 matches similar to: "Printing ps pictures with transparent b'ground"
2004 Mar 29
1
White background in PS pictures
Hi all
I am using R to produce postscript pictures via the
postscript command. I have never had any problems...
until now, when I want to inlcude my .ps file is a
LaTeX document *without* a white background. (If
it's important, I'm using the prosper class with
the whitecross option, so the background in blue.)
I would like my .ps file to have a white background.
If I read the help
2004 Mar 11
1
Difficulties in interaction between R and latex (prosper)
Hello, folks! I'm trying to use R as a graphics program, to make some
pretty graphs that will go into prosper slideshows.
I wrote this fragment, from the R manual, into a file demo.R:
x=seq(-3,3,0.1)
postscript("cm_test.eps", width = 4.0, height = 3.0,
horizontal = FALSE, onefile = FALSE, paper = "special",
family =
2011 Mar 05
1
file mode lost in file.copy()?
Hi,
Recently I noticed file.copy() would discard the file mode
information. Is this the expected behaviour or a bug for file.copy()?
> file.create('testfile')
[1] TRUE
> file.info('testfile')
size isdir mode mtime ctime
testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39
atime uid gid uname grname
2011 Mar 05
1
file mode lost in file.copy()?
Hi,
Recently I noticed file.copy() would discard the file mode
information. Is this the expected behaviour or a bug for file.copy()?
> file.create('testfile')
[1] TRUE
> file.info('testfile')
size isdir mode mtime ctime
testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39
atime uid gid uname grname
2003 Mar 11
2
2GB File size limit on ext3?
I'm using RedHat 7.2 with kernel 2.4.18-26.7.xsmp and root mount using
ext3.
And I have simple test.pl script:
#!/usr/local/bin/perl
open FILE, ">testfile";
while(1){
print FILE "Test.\n" or die $!;
}
It's died when the file size is 2147483647
and give error message: "File size limit exceeded"
and I run "cat testfile testfile >>
2003 Jul 29
1
Sweave: pass scale parameter to includegraphics?
Hi all
I'm using Sweave and find it a treat. But one
question:
I use Sweave to create my pictures which are
automatically included into LaTeX. For example,
in the file test.Snw, I may have:
% LaTeX stuff
\begin{figure}
<<fig=true,width=5,height=5>>=
x1 <- seq(1,5, length=10)
x2 <- sin(x1)
plot(x1,x2)
@
\caption{Plot}
\end{figure}
% More LaTeX
This produces the LaTeX
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This
2004 Sep 29
2
lattice .ps graphic is rotated in LaTeX slides
I've generated a version of the classic dotplot of the barley data with
library(lattice)
data(barley)
trellis.device("postscript", color=TRUE, file="barley2x3.ps")
old.settings <- trellis.par.get()
trellis.par.set("background", list(col = "white"))
lset(list(superpose.symbol=list(pch=c(19, 1, 25, 2, 15, 22, 23),
2003 Apr 05
3
slides in linux R
Hello,
In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device?
Fredrik Lundgren
2010 Feb 10
1
eval function with javascript-semantics possible in R?
Dear r-helpers,
I am looking for an R-equivalent for the eval-function in javascript which
can
interpret a string as code on runtime, thereby allowing things like
for (i in c(1:2))
{
eval(items + "i") <- read.csv(eval(filename+ i), dec=",");
}
which would execute (with filename="testfile"):
items1 <- read.csv(testfile1, dec=",");
items2 <-
2004 Feb 13
1
ACL bug
Hello,
I'm using samba 3.0.2(acl) and kernel 2.4.24+acl, libacl-2.2.23.
Following problem:
When I create a file in an directory with extended ACLs, samba applies the
"create mask" in a wrong way (IMHO).
The normal behaviour of tools like chmod is that the second (middle)
permission field is mapped to the "mask" ACE if the file has an extended
ACL, so that the change
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
Jan,
since i can not cc you mail address when filing a bug on oss
bugzilla,just paste the bug description here.
Testing env,
Kernel version:latest linus's mainline 2.6.27
Testing Nodes:test5/6
Description:
Jan,i used your provided quota tools,now it works for me:),currently,i'm
doing a sanity check for the quota on ocfs2.
Found a strange thing when comparing with the ext3,the quota
2018 Jan 28
1
semPLS package will not load seems to be failing on loading package lattice
Hi R Help Team
I recently updated my R installation to R 3.4.3 and updated to later version of R Studio and I found that the package semPLS will not load even though installed and it seems to be failing on loading package lattice
Getting the following error message:
library(semPLS)
Loading required package: lattice
Error: package or namespace load failed for 'lattice':
.onLoad failed in
DO NOT REPLY [Bug 4220] New: --backup causes "stat" failed message when trying to delete a directory
2006 Nov 12
2
DO NOT REPLY [Bug 4220] New: --backup causes "stat" failed message when trying to delete a directory
https://bugzilla.samba.org/show_bug.cgi?id=4220
Summary: --backup causes "stat" failed message when trying to
delete a directory
Product: rsync
Version: 2.6.0
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo:
2010 Jul 07
0
scp forces original access permissions when owner lacks write access
Hello,
I am not sure if this is a bug or a feature...
When I use scp to copy a file to a filesystem which forces or masks
permissions on new files (in my case a samba share) the resulting
permissions depend on whether the owner had write access in the original
permissions. If the owner did have write access then the copied file ends up
with the permissions specified by the filesystem. If the
2008 Jun 09
1
Bug/Error in formatC? (Was: Why doesn't formatC( x, digits=2, format= "g")...)
Hi all
After posting what follows, Duncan Murdoch suggested perhaps a bug
in formatC, or an error on documentation. Any comments?
In particular, bug, error or not, any ideas about how I can
consistently get two significant figures to print?
P.
---------- Original Message ----------
Hi all
I am not a C programmer, but I am trying to understand formatC to
get consistent printing of
2008 Feb 27
2
Adding LaTeX cross-references into Sweave plots
Hi all
I'm using Sweave and LaTeX, and love how they interact.
But here's a different interaction I'm not sure how to achieve; I
hope someone can help. I use a simple example, of course, to
demonstrate.
Suppose in my LaTeX document I have this:
Here is a linear equation:
\begin{equation}
y = -1 + 3 x
\label{EQ:example}
\end{equation}
This appears in the final product
2007 Mar 07
1
Sweave issue: quotes in verbatim-like output print incorrectly
Hi all
I love Sweave; use it all the time.
But I recently received a new computer, and ever since I
have had a problem I've never seen before.
For example, I place the following in my Snw file:
<<>>=
sms <-
read.table("http://www.sci.usq.edu.au/staff/dunn/Datasets/applications/popular/smsspeed.dat",
header=TRUE)
attach(sms)
sms.lm <- lm( Time ~ Age*Phone,
2003 Mar 21
1
The best way to end up with TIFF {Was: end up with WMF)
Hi all
I posted a couple of days ago about how to end up with wmf files
eventually in R for linux.
The short answer was: you (probably) can't...and don't!
The journal in question also accepts TIFF files, I am told (it's
a physiology journal).
So I adjust my question: What is the best way to get TIFF files
out of R? It can't create them directly as far as I can tell.
2007 Nov 08
1
Mixing lty specifications in legend
Hi all
I have a plot with lines, one specified as (say) lty=1,
using standard line types, and another as (say) my
own spec: lty="51".
I can't get legend to display both. Toy example:
> plot(1~1)
> legend("topright", lty=c("51",1), legend=c("My own","Standard"))
Error in segments(x1, y1, x2, y2, ...) : invalid line type: must be