similar to: DEM calculation

Displaying 20 results from an estimated 200 matches similar to: "DEM calculation"

2005 May 10
2
filename
Hey, I'm generating a .jpeg file for a web application passing parameters to R via cgi. R gets the parameters by using commandArgs, which are passed to a variable named j and z j<-commandArgs()[3] z<-commandArgs()[4] Later I want to use the characters strings of the argument which the variables are holding for my filename, e.g.: jpeg(file="d:/data/images/jz.jpeg",...)
2011 Dec 05
2
bit error robustness
Hello everyone, I'm evaluating the Celt in terms of robustness against bit errors. So what I have done is encoding a wav file using the \tools\celtenc.exe and then manipulated the wav file according a desired bit error rate or burst error length. But the Celt decoder stops decoding with the first bit I manipulated even if this bit is not in the header. So is there a way to do the test
2005 May 12
2
tempsum
hi, i'd like to calculate a temperatursum, adding the value of each element. let's say the data looks like this: x<-c(1,2,3,4,5) what i want to do, is ploting not the sum in the end but all the subresults, too, so my vector holds: x[i] [1] 1,3,6,10,15 here is what i tried, which seems to be right to me, bu doesn't work out: x<-c(1,2,3,4,5) i<-1 j<-1
2006 Nov 08
2
flash transfer problem in asterisk integration with old PBX
I've tried to transfer a call using the Flash command, but with my configuration it doesn't work. I have a traditional PBX connected with a zap channel to Asterisk that acts like an IVR: TELCO line --> traditional PBX (FXS) --> (FXO) Asterisk >From the TELCO line I can make a call to the traditional PBX and reach Asterisk, the IVR system on Asterisk answers the call and I can
2007 Jun 25
0
four ringing and hangup with error
Dear All I have this setup [asterisk]----[mediant2000]-------E1 Trunk----------[Avaya] When i call from avaya to asterisk i got long ringing tone then hangup but when i call from asterisk to avaya i got 4 ringback and then hangup with this error *CLI> Jun 26 01:26:08 NOTICE[5555]: chan_local.c:523 local_alloc: No such extension/context 1022 at mysip
2011 Oct 14
3
heritability estimation
Hello, I'm looking for a method to estimate narrow sense heritability of traits in a RIL population. Papers I've checked either use either SAS or SPSS or do not give any details at all. I've found some reference to using variance components in ANOVA, using the kinship or wgaim packages, but I don't have a clue as to how to do any of this. Is there any way fro a very R illiterate
2019 Aug 20
2
qcc con par
Hola colegas, por favor si me indican que estoy haciendo mal. Estoy tratando de usar el paquete QCC y colocar mas de gráfico de control en una sola ventana usando función "par" con "qcc" para presentar varios gráficos en la misma ventana. He probado pero no funciona, solo muestra un gráfico miren el código # set unequal sample sizes n <- c(rep(50,5), rep(100,5), rep(25, 5))
2011 Nov 10
0
Bug#630175: Erbe Geld / bitte Details siehe info in dem beigefügten Dokument
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20111110/6a9c8434/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ERBE GELD FUR.doc Type: application/msword Size: 89088 bytes Desc: not available URL:
2016 Dec 08
2
procesar MODELOS DIGITALES DE TERRENO (DEM)
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20161208/f8040166/attachment.html>
2015 May 10
1
New York: Matilda, seit Jahren mit dem immer gleichen Outfit - DIE WELT
Cool, und vor allem gut! > http://www.welt.de/vermischtes/article140736122/Matilda-seit-Jahren-mit-dem-immer-gleichen-Outfit.html <http://www.welt.de/vermischtes/article140736122/Matilda-seit-Jahren-mit-dem-immer-gleichen-Outfit.html>
2018 Mar 09
2
[PATCH net] vhost_net: examine pointer types during un-producing
After commit 761876c857cb ("tap: XDP support"), we can actually queueing XDP pointers in the pointer ring, so we should examine the pointer type before freeing the pointer. Fixes: 761876c857cb ("tap: XDP support") Reported-by: Michael S. Tsirkin <mst at redhat.com> Signed-off-by: Jason Wang <jasowang at redhat.com> --- drivers/net/tun.c | 3 ++-
2008 Sep 17
1
Question about panel.points
Hello, I'm trying to plot graphs using lattice with this script : xyplot(Y ~ X | factmod, panel = function(x, y) { panel.grid(h=-1, v=-1, col="gray") panel.xyplot(x, y, type="p", pch=20) panel.points(50,Idata, data=devdata, col="red") -----> this doesn't work },
2013 Mar 13
2
How to read a *.csv file in R?
Hey guys, I am dealing with this kind of data. To read the file in R I have nulled all empty fields and tried: date BRENT BRENTchg HWWI HWWIchg Jan. 86 22,5 NULL 68,1 -15,6 Feb.86 17 NULL 64,9 -21,6 Mar. 86 13,7 NULL 66,6 -19,5 Apr.86 12,3 NULL 63,6 -19,1 May 86 14 NULL 61,5 -20,9 June 86 11,8 NULL 59,8 -20,7 July 86 9,4 NULL 57,2 -19,3 Aug.86 13,2 NULL 55,5 -18,3 Sep.86 14,2 NULL 57,5 -15,1
2019 Aug 21
2
Resumen de R-help-es, Vol 126, Envío 9
Estimado Martín, Prueba a usar el parámetro ?restore.par = FALSE? a la hora de imprimir. Ejemplo reproducible en el código de mi libro ?Quality Control with R?: http://qualitycontrolwithr.com/chapters.html <http://qualitycontrolwithr.com/chapters.html> (Descarga el código del capítulo 9) Un saludo, Emilio > > > Asuntos del día: > > 1. qcc con par (Martin Vidalon)
2006 Nov 27
0
flash transfer problem in asterisk with old PBX
Hi, I've solved the flash transfer problem changing the flash time in the zapata.conf file, I've set: flash = 200 (the defualt was 750 ms) in the extensions.conf the code is for example: exten => 42,1,Flash() exten => 42,2,SendDTMF(42,250) exten => 42,3,Hangup() now the transfer with flash works correctly. About the question whether my PBX expects a hook flash for
2018 Sep 04
0
"an" to the wall, see the way... DEM OC RACY. C HAS TIT Y. ... Hancock! Tithe... hehe?
/oh, we're on our way/ /i know we are/ /to somewhere not so far from here/ <ERROR> <http://prolasgar.ml/lists/lt.php?id=YUgFAA9XUE9RUFMdU1wDX1cNVg> <http://prolasgar.ml/lists/lt.php?id=YUgFAA9XUE9RUFMdU1wDX1cNVg> it's almost like someone wants you to associate Democracy with Handcoock .. and CK? <http://prolasgar.ml/lists/lt.php?id=YUgFAA9XUU9RUFMdU1wDX1cNVg>
2006 Apr 10
2
Legend in the outer margin
Dear Rs I have a 3x3 multiple plot. I would like to have a overall legend in the outer right margin. From the help archive, I found that it can be done by setting par(xpd=NA). However, I couldn't find the correct values for x and y co-ordinates for the legend. Please find the code snippet below: par(mfrow=c(3,3), mar=c(4,4,0.9,0.5), oma=c(1,2,2,4),cex.main=1.1)
2012 Oct 10
7
multiple t-tests across similar variable names
Hi everyone- I have a dataset with multiple "pre" and "post" variables I want to compare. The variables are named "apple_pre" or "pre_banana" with the corresponding post variables named "apple_post" or "post_banana". The variables are in no particular order. apple_pre orange_pre orange_post pre_banana apple_post post_banana person_1
2010 Jan 14
1
R ON Mac
hello, I have strange error. > gyliai<-read.table(file.choose(),header=T) > summary(gyliai) x y gylis 307577,08: 1 6124296,56: 1 3,00 : 59 308613,01: 1 6124353,50: 1 2,80 : 51 313800,45: 1 6124530,65: 1 3,10 : 36 313840,17: 1 6124970,20: 1 2,90 : 32 313864,05: 1 6124991,68: 1 2,70 : 22
2007 Jun 26
1
call fail from audiocode to sip trunk
Dear ALL I have audiocode MP -124 with configure in asterisk Endpoint configuration means every analog phone register in asterisk now thing is that i have one more SIP trunk with mediant 2000 [auodiocode-mp-124]-----[ * ]------[mediant 2000]-----E1 When i call from audiocode MP -124 phone i got this error -- Executing Dial("SIP/20-0889c4d8", "SIP/mediant/1")