similar to: problem with quilt.plot

Displaying 20 results from an estimated 400 matches similar to: "problem with quilt.plot"

2007 Jan 12
1
quilt.plot
Dear all, I have a problem with plotting. I have an irregular set of data, where latitude is listed from bigger to smaller values. So, I cannot plot with image.plot. On the other hand, quilt.plot solves the problem, but it can't take the definition of color. It gives the feedback: Error in image.plot(out.p, col = tim.colors(64), ...) : formal argument "col" matched by
2008 Aug 11
1
Problems connecting to remote rsync daemon
This is a newbie question. I've looked through the archives and haven't found an answer to this. I set up rsync in inetd.conf to respond on request. When I give a remote request to the machine, I get the following error: paladin:~ tamara$ rsync -avr /Volumes/Music/Pictures/ rsync:// tamara@server/Pictures/ rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2009 Mar 18
2
run r scripts (tinn) via command
Hello, I am working on a project consisting of several r-scripts written in the tinn editor. Is it possible to create a superior r script containing commands to run the sub-scripts one by one? ----- Tamara Hoebinger University of Vienna -- View this message in context: http://www.nabble.com/run-r-scripts-%28tinn%29-via-command-tp22580362p22580362.html Sent from the R help mailing list archive
2007 Jun 20
1
extending package with function calling an Objective Caml program
Hallo, we are trying to extend the R package multcompView in agreement with the author Hans-Peter Piepho. The function multcompLetters implements so far a heuristic. We would like to add a function that implements an exact algorithm and returns a provable optimum result. This algorithm has been implemented in Objective Caml and we would like to reuse this code. We wrote an R function
2011 Oct 25
4
comparing two tables
Hi everybody, I would like to know whether it is possible to compare to tables for certain parameters. I have these two tables: gene table name chr start end str accession Length gen1 4 646752 646838 + MI0005806 86 gen12 2L 243035 243141 - MI0005821 106 gen3 2L 159838 159928 + MI0005813 90 gen7 2L
2016 Aug 10
2
Asterisk & Vitelity Invite issues
On 8/9/16 12:40 PM, Matt Fredrickson wrote: > On Mon, Aug 8, 2016 at 9:25 AM, Tammy Firefly <tammy-lists at wiztech.biz> wrote: >> Hi All, >> >> We have asterisk 11.23 running sip to vitelity and from there IAX trunks >> split off to where they need to go. We are having a problem getting >> chan_sip to quit ignoring re-invites from Vitelity. Our side ends
2009 Oct 31
3
Plots with k-means
Hi, I'm doing a k-means cluster with 6 clusters and 15 variables. Any suggestions on how to plot the results? I've tried the standard xy plot, but couldn't get much of it. Thansk in advance, Iuri.
2012 Jun 10
2
sampling weights for multilevel models
Dear all, I am struggling with a problem which I have been reading on the forums about and it did not seem to me that there is a precise answer to my question. However, I still hope there is one. I am working with http://timss.bc.edu/ PIRLS data and trying to conduct multilevel analysis. There are different weights for each level of analysis in the PIRLS dataset (e.g. there is a school
2009 Nov 22
0
Processed: reassign 538683 to quilt, forcibly merging 534840 538683
Processing commands for control at bugs.debian.org: > reassign 538683 quilt Bug #538683 [xen-common] xen-common: FTBFS with new source format 3.0 (quilt): fails to copy .pc due to files with 000 permissions Bug reassigned from package 'xen-common' to 'quilt'. Bug No longer marked as found in versions 3.3.1-1. > forcemerge 534840 538683 Bug#534840: quilt: backup-files calls
2019 Jan 18
0
[klibc:master] Never clean files in quilt status directory
Commit-ID: f46648e5315f2f8aff74bcd723edc24ea4c6d29e Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f46648e5315f2f8aff74bcd723edc24ea4c6d29e Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sun, 15 Jul 2018 21:53:39 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 18 Jan 2019 03:10:14 +0000 [klibc] Never clean files in quilt
2009 May 28
0
Changing data point size in quilt.plot
Hi, I am new to R and am using quilt.plot (from fields package) to plot gas concentrations in Europe. I am using the following code to plot my data library(maps) library(fields) test = read.csv("%change 1996_2005.txt", sep="\t") colnames(test) = c("Station", "Measurement_BaseO3", "Model_BaseO3", "Measuerment_PeakO3",
2009 Nov 04
0
Bug#538683: Source format "3.0 (quilt)" allowed in testing/unstable
[ Same message sent in bcc to all remaining "FTBFS with new source format" ] Hello, the new source format "3.0 (quilt)" is now allowed in testing/unstable and having all packages buildable with the new format is a release goal (http://wiki.debian.org/ReleaseGoals/NewDebFormats). Thus it would be nice to see this bug fixed. If you want, you can directly fix the bug by
2018 Jul 17
0
[PATCH] Never clean files in quilt status directory
The top-level "distclean" and "mrproper" targets delete zero-size files in the source, perhaps assumed to be stamp files. This is fine for actual source direcgtories, but disastrous for a quilt status directory. For each patch, quilt stores the previous versions of the modified files in a subdirectory of .pc. If the patch creates a file, this file will be empty. Removing it
2007 Oct 31
3
Performance of concatenating strings
Hi, I would like to ask how the paste(S1, S2, sep="") function internally works. Are the two stings copied to a new String? I have a program where successively strings are build up. First the program calls an external function and depending on the result it builds up strings to visualize the result. The external function is really fast, also for huge input data. But the
2008 Nov 20
1
convert factors to numbers
Hello, I have a problem with reading a csv-file. One colum of the inputfile consists of characters and numbers. After reading the csv-file I create a new dataframe by dividing the values of that colum into more colums (then a colum contains just characters or numbers) but the numbers are converted to factors. How can I create the new dataframe without having the numbers converted to factors?
2008 Aug 19
1
generating and using ssh keys with rsync
I'm having troubles generating and using keys with rsync over ssh. The server I'm backing up to has a different name and IP internally than is seen by the external source machine running rsync. How do I set up the keys in this case? tamara
2008 Nov 23
1
tklistbox - R-Objekt
Hello, I have a problem with a tklistbox. The user should be able to choose one out of two calculation methods needed for further calculations. My r-script for that purpose looks like that: require(tcltk) tt<-tktoplevel() tl<-tklistbox(tt,height=4,selectmode="single",background="white") tkgrid(tklabel(tt,text="select method for LAI
2013 Jun 01
10
How about add a method to truncate a long text more smart?
sometimes we need to truncate a long text more smart. eg: The Model layer represents your domain model (such as Account, Product, Person, Post, etc.) and encapsulates the business logic that is specific to your application. In Rails, database-backed model classes are derived from ActiveRecord::Base. Active Record allows you to present the data from database rows as objects and embellish
2011 Sep 13
1
writing a loop using several list()-objects
Hi there, I am looking for some help with a loop which uses three list()-objects: "sequence" has got numbers, "start" and "end" have got the begin/end time points which should be applied to the numbers in "sequence". length() of all three objects is identical, length() of vectors stored in "sequence" is longer than length() of "start"
2008 Jan 08
1
[PATCH] KVM: add KVM_SYNC_SHADOW_WITH_USER ioctl
The host needs to zap its shadow entries before performing an inflate operation to avoid the guest from using stale ones. So add an ioctl to interface with kvm_mmu_zap_all(). Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Index: kvm.quilt/arch/x86/kvm/x86.c =================================================================== --- kvm.quilt.orig/arch/x86/kvm/x86.c +++