Displaying 20 results from an estimated 4000 matches similar to: "Plotting multiple jpegs on a plot?"
2003 Aug 15
2
Is there a package for digitizing or reading jpegs, ets. in R?
I'm interested in digitizing some scanned time series, and looking for a
solution that is easy and flexible. I thought I might be able to use R's
locator() if I could get the image into a device. I noticed that there
are some packages like (rimage), but it (a) doesn't seem to be available
for the Windows version and forces me to upgrade a bunch of libraries
for my linux system. It
2007 Jan 08
2
Plot .jpeg image in margins?
Is it possible to plot an image (currently a jpeg) in the margins?
Thanks,
Kari
[[alternative HTML version deleted]]
2009 Apr 09
1
Help plotting image to window without margin
I am using several scripts that employ various packages to process images generated from multispectral data sets.
I have used rimage and other packages to try to "plot" or "image" to place images in a window. I have not been able to find a way to suppress the margins that surround the image in the window. I would like to be able to have the image fill the window without any
2009 Jun 15
1
display SVG, PNG, GIF, JPEG, TIFF, PPM in new plot frame
Dear R-help
I want to display an image file in a new plot frame.
SVG is my preferred format, but I can also consider
PNG, GIF, JPEG, TIFF, and PPM (from ImageMagick).
By way of background (although not material to this
posting), the image file is generated by a call to
'dot' (part of the 'Graphviz' suite) after the required
.dot file has been produced using hand-crafted R code.
2009 Jul 28
1
reading jpeg images?
Can someone advise me what the most sensible way is to read jpeg images?
For our work with image analysis and eye-tracking we have been using the
rimage package, on both Macs and Windows PCs. But while setting up a new
Windows machine yesterday, I see that rimage is regarded as orphaned, and no
Windows binary is available. I eventually found an old zip file for the
package, so I
2005 Aug 22
0
How to add legend of plot.Design function ( method=image)? (if (!.R.) )
Greg Snow, Ph.D.
Statistical Data Center, LDS Hospital
Intermountain Health Care
greg.snow at ihc.com
(801) 408-8111
>>> Frank E Harrell Jr <f.harrell at vanderbilt.edu> 08/22/05 03:15PM >>>
Jan Verbesselt wrote:
[snip discussion of subplot not being in R]
While R does not have the subplot function there is an alternative.
The cnvrt.coords function in the TeachingDemos
2006 Dec 31
1
rimage package broken with fedora upgrade
Dear R list members
I would be grateful if anyone could guide me to a solution for fixing my
rimage package problem described below.
I recently upgraded my machine from fedora core 3 to fedora core 6 and
then upgraded R from version 2.3.1 from version 2.4.1.
I then fired up R, tried to load the rimage library and received the
following messages:
> library(rimage)
Error in dyn.load(x,
2007 Oct 02
1
Cannot Install rimage
I'm trying to install rimage in R version 2.5.1 running on Fedora 6
(kernel 2.6.22.7-57.fc6 with the headers and gcc installed, along with
fftw2 and libjpeg and headers):
> install.packages("rimage")
Warning in install.packages("rimage") : argument 'lib' is missing: using
'/usr/lib/R/library'
trying URL
2011 Feb 09
1
rimage package fftw breaks when freeing memory on openSUSE 11.3
Upon fresh installation of R-patched and rimage on openSUSE 11.3 box,
simple fftw on renown lena image cause memory free failure.
Quick: Go to the end of this mail and read the error message from R
Thoruogh: Find detailed step-by-step how sopprt library fftw2 was
installed and how rimage was installed.
Regards Mads Jeppe
VERSIONS
========
openSUSE
--------
# cat /etc/SuSE-release
2007 Sep 17
0
Problems with compiling rimage on macOS
hello,
i want to install the rimage package (0.5-7) into my R (2.5.1).
i installed the
"i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
5367)"
from the macOS cd and created symbolic links to gcc and g++.
well if i try now to install the package in R the console says:
g++
checking for C++ compiler default output... ** Removing '/Library/
2003 Oct 06
1
Cannot Install rimage in R-1.7.1 (RH 9.0)
The rimage install can't find the ffw header. Any idea why?
Rick B.
> install.packages("rimage")
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 130159 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... ..........
2008 Nov 14
2
problem in downloading the rimage package
I am using a 64 bit machine with CentOS5. I am getting the following errors
when I try to install the rimage package
g++ -shared -L/usr/local/lib64 -o rimage.so equalize.o fftw_access_func.o
freqfilters.o interface.o jpegio.o laplacian.o matrix.o smooth.o sobel.o
-ljpeg -lfftw
/usr/bin/ld: /usr/local/lib/libfftw.a(fftwnd.o): relocation R_X86_64_32
against `a local symbol' can not be used when
2009 Oct 20
1
Problem/anomalous behavior with image() function (and ReadImages?)
When an RGB photo is displayed using R's image() function with
the help of the pixmap (or rimage) package it is common to see
an anomalous white line running across the picture (either
horizontally or vertically). The line can
be removed by simply stretching the image frame a little in the
direction perpendicular to the anomalous line, or by maximizing the
image frame (tested under Fedora 10;
2007 Apr 14
0
rimage and fftw header problem
I've looked through the archives and have seen that others had a similar
problem:
http://tolstoy.newcastle.edu.au/R/e2/help/06/09/0571.html
I'm trying to install rimage and I get the following warning:
============================================
downloaded 323Kb
* Installing *source* package 'rimage' ...
checking for g++... g++
checking for C++ compiler default output... a.out
2008 Nov 10
0
rimage don't install on mac OS X 10.5.5 solved
Hello i resolve the installation of the package rimage following the
indications by Andy Jacobson in the list osx@tazman.princeton.edu
the trick is using R CMD INSTALL --configure-vars='LDFLAGS=-L/sw/lib
CPPFLAGS=-I/sw/include' rimage_0.5-7.tar.gz
the packages fftw2.1.5 and libjpeg were installed via Fink.
Thanks for Prof. Brian Ripley for ththe response and hope this can
help
2008 Aug 27
0
help with rimage compiling
i'm trying to compile the source code for the package 'rimage', and it
fails after it starts compiling. I have both fftw and jpeg packages
installed, and i'm currently running R 2.7.1 under gentoo x86_64. here goes
the output from R while compiling the package: * Installing *source* package
'rimage' ...
checking for g++... g++
checking for C++ compiler default
2008 Nov 12
1
rimage doesn't install on Mac OS X 10.4
Hi,
I'm trying to install rimage on a Mac OS X 10.4 machine. I followed the
advice in previous R-help threads and got over the hurdles of having the
header files in the right places, among other things. But I can't
figure out what to do with this error.
ice.pnl.gov:/home/waichler<949>system_profiler -detailLevel mini
SPSoftwareDataType
Software: System Software Overview:
2011 Oct 05
2
subplot strange behavoir
Hello,
Below is some example code that should reproduce an error I'm encountering
while trying to create a tiff plot with two subplots. If I run just the
following bit of code through the R GUI the result is what I'd like to have
appear in the saved tiff image:
x<-seq(0:20)
y<-c(1,1,2,2,3,4,5,4,3,6,7,1,1,2,2,3,4,5,4,3,6)
plot(x,y,type="l",las=1,ylim=c(0,12))
2010 Sep 27
2
rimage package problems
Hi all,
I tried to install the rimage in order to get to the function
?read.jpeg. However, I get this error, independent what mirror I
choose:
install.packages("rimage")
--- Please select a CRAN mirror for use in this session ---
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package ?rimage? is not available
>
Does anybody know what happend with the
2006 Aug 10
1
installing rimage
dear list
while installing the package rimage, i get the error message
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: Sorry, can't find jpeglib header
ERROR: configuration failed for package 'rimage'
although i have installed jpeglib as required. does R not find this library?
but why did it find the fftw library