Displaying 20 results from an estimated 200 matches similar to: "plot rtf in landscape orintation"
2011 Oct 28
1
Downloading Error
Hi,
I am trying to install qvalue, however its giving installation error ->
Error : package 'tcltk' does not have a name space
ERROR: lazy loading failed for package ?qvalue?
* removing ?/home/sbw/R/x86_64-unknown-linux-gnu-library/2.12/qvalue?
The downloaded packages are in
?/tmp/RtmpKnS1X4/downloaded_packages?
Warning message:
In install.packages(pkgs = pkgs, repos = repos, ...)
2012 Oct 11
2
struggling with R2wd or SWord? Try rtf!
I have been looking for a way to write R-generated reports to Microsoft
Word documents. In the past, I used the package R2wd, but for some reason
I haven't been able to get it to work on my current set up.
R version 2.15.0 (64-bit)
Windows 7 Enterprise - Service Pack 1
Microsoft Office Professional Plus 2010 - Word version
14.0.6123.5001 (32-bit)
I gave the package
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
One of the things my employer uses dovecot for is as mail download
server for an 'e-mail purification service' (AV/ anti-spam) for
smartphones. The service itself presently runs on a rented server
somewhere in the UK and the corresponding 'web service' front-end and
user account/ mail account database resides on a server in
Germany. The UK dovecot server uses the PostgreSQL server
2013 Mar 04
1
Regarding opus audio codec's build & run
Hi,
I have downloaded the latest stable version *1.0.2 opus audio codec* from
the following link:
http://www.opus-codec.org/downloads/
*Details of OS & CPU:*
OS : Microsoft Windows XP
CPU : intel core 2 Duo cpu
I am using Microsoft visual C++ 2010 Express to build the codec
(opus.vcxproj available in the package downloaded). I am able to build it &
could generate the application
2011 Aug 17
2
Wilcox test
Hello,
I have used Wilcox test to find the p-value for hgua95 spiken data. It did
not give the required result, and instead gave me warnings like the values
are duplicated. Kindly suggest me how to overcome this problem as I am new
to R.
Thank you
Deepthi BM
2015 Jul 04
0
Support for transparency in metafile export & support for export to Powerpoint
Dear all,
Further to my previous message I now made a one-line convencience function to export your currently active graphics window/plot to either Word or Powerpoint in Office-native vector-based DrawingML format using either
export2ppt(file="plot.pptx")
or
export2doc(file="plot.docx") :
see
2011 Aug 13
1
post
Hello,
I was trying to plot multiple graph using "par(mfrow=c(3,2))".
But this is giving me the following error:
Error in axis(side = side, at = at, labels = labels, ...) :
X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 8
could not be loaded
Could someone decode this error, please.
Thank you
2015 Jun 29
0
Support for transparency in metafile export & support for export to Powerpoint
Dear all,
For vector-based output, PDF export of R graphs works well, but unfortunately Office on Windows provide poor support for PDF and importing & exporting to other formats using Inkscape can be buggy.
Enhanced metafile export in turn does not support transparency (also not in package devEMF - are there any plans to support this perhaps in the future?). And rasterising graphs to a PNG I
2010 Mar 25
1
mysql-python
Is it me or does the MySQLdb module in Centos not support python's DBAPI
2.0?
2006 Aug 04
2
Generating RTF documents?
Hi,
I need to implement some RTF export for a customer. According to some
"templates", i generate RTF documents, filling data coming from models.
It''s pretty much like a mailmerge, but in *nix/ruby world.
Also, customer would like (in the future) to upload himself the
templates, so he can modify them by his own.
Can anyone advice me on an elegant solution?
Thank you,
2007 Oct 25
0
Can't use ruby-rtf gem
I''m new to ruby, rails, and gems, and trying to add an feature to a
RoR''s app so users can export a file, and then edit it using
Microsoft''s Word. (This is an app where telling folks to use
OpenOffice or some other editor isn''t really an option). So I
researched a little and think that using ruby-rtf to create rtf files
is the best way to go. However, I can
2011 Aug 30
1
Creating ODS RTF-style output in R XXXX
Hello everyone,
I have been using the sink() function as follows:
x<-rnorm(100)
sink("C:\\Users\\dan\\Desktop\\Current Events\\myhw.txt",
append=TRUE,split=TRUE)
m1<-c(Mean=mean(x),SD=sd(x),Min=min(x),Max=max(x))
m1
sink()
===
Is it possible to create tabular style output very much like the ODS RTF
STYLE=JOURNAL protocol in SAS (which returns a nicely formatted table with
2010 Oct 28
0
Fxruby - file (pdf, rtf, doc) viewer
Hi all,
I have interesting thing to do. I want to create widget for displaying
few formats of files (pdf, rtf, doc). Probably it will works like pdf
viewer and all other files I will convert to pdf so if User want to
open rtf then I convert rtf to pdf then display on screen (this I
think will be the easier way).
The thing is that I don''t know exactly how to create this kind of
widget.
2011 Nov 10
2
Convert RTF to ANSI color codes
Anyone have a script or utility to convert an RTF file to ANSI? The
main idea here is to preserve the color codes that are specified in
the RTF file, so they can be displayed easily in a terminal window.
2009 Oct 28
1
write to RTF format - possible?
Hi everybody,
To write a .txt file I use write.table()
Is there a way to write to a .rtf file as well?
TIA
Mark
???????????????????????????????????????
Mark Heckmann
Dipl. Wirt.-Ing. cand. Psych.
Vorstra?e 93 B01
28359 Bremen
Blog: www.markheckmann.de
R-Blog: http://ryouready.wordpress.com
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html
It allows you to put r-commands into Word (similar to odfWeave). Output
is directed to Word including figures and tables. It is still a
beta-version but works fine.
Frank Bloos
>>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>>
Hi R Experts,
I'm aware of pdf(), jpeg(),...
2009 Dec 11
3
Export R output to Word/RTF?
Hi R Experts,
I'm aware of pdf(), jpeg(),... functions. But,
1. Is it also possible to export graphs directly to word or RTF? I use to
copy and paste graphs but resolutions are not so great.
2. Also, is it possible to export your out to word file? I use sink()
function to export it text files.
Any suggestions, thanks,
Wenjie Lee
[[alternative HTML version deleted]]
2017 Sep 22
1
Embedding PDF into RTF document via R language
R 3.4.1
OS X and Windows
Colleagues
I have a complicated problem that includes several components:
R
RTF
PDF
Using R (and a slew of RTF commands), I assemble a text document with an RTF extension. The document contains text, tables, and images (JPEG format, previously created with R).
To ?import? the JPEG images into the document, I use the following R code:
cat("\\pard\\qc
2006 Jul 04
1
Exporting tables to RTF?
Greetings.
Yesterday I managed to jury-rig a system to get a table out of R and
import it into Nisus Writer Express (a word processor for Mac OS X).
What I came up with is brittle, since it depends on an AppleScript
script which has to be in a specific location and on no one touching
the computer, since the AppleScript remotely controls Nisus Writer
Express rather blindly and will make
2010 Jan 15
2
Generating views in pdf, rtf, or doc format
I have a requirement to generate views (list and show views, including
data and uploaded images) into a format that can be saved and/or
emailed. I''m looking for opinions on the easiest way to achieve this.
I''ve researched the use of both PDF::Writer and Prawn, and it seems that
to re-generate my views in pdf format will require a lot of work. Is
there an easier way using .rtf