Displaying 20 results from an estimated 900 matches similar to: ""o" bty with different axes"
2004 Jul 09
1
Re: combined graph in R
Hello,
I could not yet create combined graph in R. To avoid misunderstands,
three examples (originally created in Quattro pro) have been attached.
At first, I don't know how to create graph composed of bars and areas in
the same picture as it is shown in the balance graph (h2plc02.gif).
I am sendind the original data table from that I need make the same
charts. First column (julian day)
2017 Dec 21
1
develop.raw error ( adimpro )
Hello all,
I'm trying to use the adimpro package to read RAW files (image). Make
readins is OK!
> r <- read.raw( '20171218_210956.dng', type='RAW', compress=FALSE )
> summary( r )
> ### cut the many lines...
Filter pattern: GR/BG
> extract.info( r )
[1] "GR/B"
>
To next, develop the raw file using the "develop.raw" function.
But the
2006 Jul 18
1
Reconfiguring wide frame to long frame
Greetings, fellow R'ers.
How can I get this frame in R:
ID meas ID.1 meas.1
1 1.1 3 1.2
2 2.1 4 2.2
to look like this (stacking):
ID meas
1 1.1
2 2.1
3 1.2
4 2.2
It's not really the reshape function (or is it?) because we can consider
the additional columns, viz., ID.1 and meas.1, as independent of ID and
meas so it is basically a stacking
2006 Jul 13
1
looping using combinatorics
I have a problem where I need to loop over the total combinations of
vectors (combined once chosen via combinatorics). Here is a
simplification of the problem:
STEP 1: Define three vectors a, b, c.
STEP 2: Combine all possible pairwise vectors (i.e., 3 choose 2 = 3
possible pairs of vectors: ab,ac, bc)
NOTE: the actual problem has 8 choose 4, 8 choose 5 and 8 choose 6
combinations.
STEP
2010 May 14
1
Elphel's JP4
Hi,
just a small follow up of recent discussions about Elphel's JP4 format.
I'm working with Andrey and fellows from Elphel to improve support for
JP4 format in the context of Elphel's Apertus project
(http://www.apert.us). As posted by Basil, on
http://wiki.elphel.com/index.php?title=JP4 there is plenty of
information about the format and how to post process it to get back
your real
2003 Sep 10
1
scan() problem
Dear R-helpers,
I have to read some large csv-files into R (30 - 100MB).
Since reading with read.csv leads to "memory exhausted", I tried
with scan(), skipping not needed columns by NULL-elements in
"what".
When these skipped elements are quoted strings with commata inside,
R interprets each such quoted comma as element separator
leading to wrong records in the rest of the
2007 Oct 29
3
syslinux.com: sector read error
Hello. I cannot install syslinux on my hard disk image. Steps to
reproduce the problem:
(1) Create a zeroed disk image with 800 tracks, 32 sides, and 63
sectors or 825753600 bytes
(2) Fdisk and format it with "format.com /S C:" from windows 98SE
boot disk.
(3) Copy syslinux (tested version 3.11, 3.20, and latest released) to
root.
(4) Run "lock C:" and press
2012 Apr 18
1
R - fault creating a 3D and contour graph (SIGABRT)
Hello,
when I tried to create 3D graph from attached file (at first: columns 1,
2, and 3 (longitude, latitude, altitude), then columns 1, 2 and 4 , then
the same for column 5 etc) using Akima library for 3D interpolation (the
data are neither equidistant nor regularly distributed), the console
crashed by SIGABRT fault response.
Do you know what is the main problem? Otherwise, can you advise me the
2012 Apr 01
1
extend data frame for plotting heat map in ggplot2
Hi all!
I want to generate a heat map from an all-vs-all comparison. I have the
data, already scaled to 0-1. However, I have the values only for the
comparisons in one way, and not for the comparisons between the same
group (which are always 1), i.e. I have half the matrix and am missing
the other half and the diagonal.
What is a good way to get it into a form that ggplot2 can use for the
2007 Apr 28
8
Poor man's High Availability solution
Hi,
I'm wondering what the best option to obtain a high availability
asterisk server is.
I currently use a TE410P (4 x E1) card.
I'm thinking of 2 different solutions:
- 2 servers configured with Heartbeat + DRBD (drbd mainly for
voicemail....) and the E1 span plugged to the 2 servers (with a TE410P
in each server).
- 2 servers configures with Heartbeat + DRBD with the E1 span hooked
2015 Dec 02
4
[PATCH 0/3] supermin: add --include-packagelist
Hi,
to ease debugging issues with appliances (e.g. when used in libguestfs),
using --include-packagelist will add a file containing the list of all
the packages used.
Thanks,
Pino Toscano (3):
ext2: add ext2fs_chmod and ext2fs_chown
chroot: factor out file copy code
Add --include-packagelist
src/build.ml | 42 +++++++++++++++++++++++++------
src/chroot.ml | 29
2007 Sep 18
1
OSError Exception
Hi
I am getting this one on an HP nx6325 on Pardus 2007.2 with xen 3.1.0
built from packages.
Started domain pardus-av.sxp
Unexpected error: exceptions.OSError
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 2453, in
2007 Nov 10
1
Archives and sector read error
Hello. I sent a message describing an odd bug I'm having with
syslinux.com. I didn't get a reply so I looked to see if it was
archived correctly. It seems the archives at http://
syslinux.zytor.com/archives/ are very incomplete, because I can't
find several of the recent threads listed there.
My original message follows:
I cannot install syslinux on my hard disk image. I
2005 Oct 19
1
Unix proxy and firewall problems
I was trying to install R on a unix server. Because of a firewall i can't
install biocLite for working with Bioconductor.
With windows it wasn't a problem. I used the option '--internet2' to bypass the
firewall.
I don't have any idea, how to do it with unix.
I tried to set my proxy
>Sys.putenv("http_proxy"="http...:8080")
2011 Apr 21
3
R CMD Sweave versus Sweave() on Windows
Dear list subscriber,
I am quite puzzled by the behaviour of processing Sweave files within an R session, i.e.
Sweave("foo.Rnw") versus R CMD Sweave foo.Rnw
In the former the environmental variable 'SWEAVE_STYLEPATH_DEFAULT = TRUE' is obeyed (this is set in etc/Renviron.site as well as under the users home directory in .Renviron). That is the hard-coded path to Sweave.sty is
2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
I'm using R on Windows XP Professional SP2.
I figured out the fix for my buffer overflow problem that did not allow me
to use Rgui.exe for about two weeks. I would keep getting "console not
found" and even when I uninstalled and re-installed got the same problem.
Here's how the problem started. In Rgui.exe, I attempted to get more
visible output in the buffer (I wanted
2007 Jul 18
3
Redundancy / Failover
I've been evaluating Asterisk for a while, and things seem to be
going very well. The issue of redundancy and automatic fail-over is
now on my mind. I searched the archives and googled for solutions,
but didn't really come up with much.
We'll be using queues (modified), which precludes some of the
standard redundancy solutions, since the queue needs to know all the
agents
2009 Apr 24
1
memory.limit(): Typo in Windows NEWS and function returns a "disregarded" error
Dear list subscriber (R-Core),
there is a minor typo in the Windows specific NEWS for R 2.9.0:
http://cran.at.r-project.org/bin/windows/base/CHANGES.R-2.9.0
There is no function 'memory.limits() but memory.limit() (see below).
Secondly, I am kind of irritated by the function's behaviour. It returns an Error, but as it seems the memory limit is set according to the numeric value for
2009 Nov 11
1
Sweave() within a function: objects not found
Dear list subscriber,
suppose, I do have a minimal Sweave file 'test.Rnw':
\documentclass{article}
\begin{document}
<<printx>>=
x
@
\end{document}
Within R, I define the following function:
f <- function(x){
Sweave("test.Rnw")
}
The call:
f(x = 1:10)
results in the following error message:
> f(x = 1:10)
Writing to file test.tex
Processing code chunks
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
Dear list-member,
I am currently developing a package with S4 classes. The NAMESPACE and DESCRIPTION is printed below. Within this package I have set a method "residuals" for two classes. In version 2.8.1 these two are reported whereas in R-Devel (2009-01-28 r47766). What have I missed? What has changed and how can I rectify the issue? Your help and pointers are welcome.
For 2.8.1: