Displaying 20 results from an estimated 1000 matches similar to: "Rainbow in loop"
2017 Jun 08
0
Rainbow in loop
Does:
rainbow(3)[1]
rainbow(3)[2]
rainbow(3)[3]
... solve your issue?
B.
> On Jun 8, 2017, at 8:20 AM, WRAY NICHOLAS <nicholas.wray at ntlworld.com> wrote:
>
> Hi R folk I have a distance time graph for a locomotive and at various times
> different events occur on board the loco. I want to put a vertical line on the
> speed time graph for each event, but I
2006 Apr 25
1
lme: how to compare random effects in two subsets of data
Dear R-gurus,
I have an interpretation problem regarding lme models.
I am currently working on dog locomotion, particularly on some variation
factors.
I try to figure out which limb out of 2 generated more dispersed data.
I record a value called Peak, around 20 times for each limb with a record.
I repeat the records during a single day, and on several days.
I tried to build two models, one
2009 Apr 01
4
permission denied errors with rake db:migrate
I am at a loss here and hoping for some advise on where to begin looking
with a series of errors I am suddenly getting when trying to rake:
"anything goes here" ..
lil-loco:/rails/cem craigmartin$ rake db:migrate
(in /rails/cem)
rake aborted!
Permission denied - /rails/cem/db/schema.rb
This is the current error.
lil-loco:/rails/cem craigmartin$ rake db:schema:load
(in /rails/cem)
--
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media.
But, when I run it, I get a messagebox with the following error:
?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and
1280x1024. Please change to one of these settings.?
Is there any workaround for this? Or must I change xorg.conf?
(I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
2007 May 14
1
Asterisk and unicall + mfcr2 signalling
Hi,
I'm running Asterisk 1.4.2 on a Debian GNU/Linux and a Digium TE210P card. I
have one E1 with MFCR2 Signaling. I compiled asterisk + libunicall, and I
can make calls over E1, but can't receive.
Here the CLI when I make a call:
-- Executing [006191642208@ps5:1] Dial("SIP/23-081cbc40",
"Unicall/g1/91642208|50") in new stack
-- Called g1/91642208
[May 14
2019 Jun 09
2
como graficar una coordenada en un mapa
Hola a todos.
Soy nuevo en R, estoy aprendiendo con tutoriales y lo hago sin un fin
comercial y/o laboral.
Necesito ayuda para mostrar un mapa y sobre ese mapa poner un punto dado
por una coordenada.
con esto consigo mostrar el mapa.
library(raster)
arg<-getData('GADM', country='ARG', level=0)
plot(arg)
En ese mapa quiero mostrar un punto que está en el sistema de
2007 Nov 26
3
Correct syntax for IF()?
Hello
I've tried a bunch of things, but still get errors/warnings
when using the IF() function:
============== TEST #1
exten => h,n,Set(WAV_FILE=${IF($[ ${STAT(e,/tmp/${CALLTIME}.wav)}
]?${CALLTIME}.wav)})
[Nov 26 21:52:34] WARNING[5074]: func_logic.c:107 acf_if: Syntax
IF(<expr>?[<true>][:<false>])
============== TEST #2
exten =>
2008 Sep 17
6
creating rainbow gradients
Hi, how can I create a rainbow gradient in R? For example, let's say I have
a plot of y = x...and I want the plot to go from red -> orange -> yellow ->
green -> blue -> etc.
Right now, I know how to do something like go from red to blue, using the
plotrix library:
library(plotrix)
redToBlue <-
2014 Apr 18
1
How to use rainbow function without the gamma argument
Hi,
I am using a old code (probably written for R 2.5) and it stops when
calling rainbow() with gamma argument. I saw that gamma argument is not
present in newer version of R rainbow function. How can I translate this
line of code:
rainbow(100, s = 1.0, v = 0.75, start = 0.0, end = 0.75, gamma = 1.5)
?
It fails with:
Error in rainbow(100, s = 1, v = 0.75, start = 0, end = 0.75, gamma = 1.5)
:
2008 Jan 07
7
rainbow function
Hello
I'm using rainbow function to generate 10 colors for the plot and it is
difficult to tell the neighboring colors from each other. How can I make
the colors more differently.
Thanks
Zhaoming
[[alternative HTML version deleted]]
2017 Sep 24
2
predict y tree
Estimados compañeros hace unos días instale la versión última de R
(3.4.1) en windows 10 y hoy me tiene loco el siguiente error cuando
ejecuto predict para un árbol de clasificación-regresión. El problema da
incluso con el ejemplo del comando predict
library(tree)
data(shuttle, package="MASS")
shuttle.tr <- tree(use ~ ., shuttle, subset=1:253,
mindev=1e-6,
2013 Jun 09
1
Problemas con una función: no devuelve lo que quiero
Hola a todos, me estoy volviendo loco con la siguiente
función:
preguntar<- function (matriz_respuestas_interna)
{
cat("\n","¿Acertaste la respuesta (NO:0
SI:1)?","\n")
y<-scan(n=1)
matriz_respuestas_interna<-cbind(matriz_respuestas_interna,y)
}
Resulta que yo he definido la siguiente variable
matriz_respuestas<-1
Y querría que al
2009 Nov 30
3
Assign palette (e.g. rainbow) to a series of points on 1 plot
I have 11 vectors representing insect survival probabilities in
response to different levels of toxins at 10 concentrations
lx100=c(1,1,1,.8,.5,.4,.2,0)
day100=c(0,1,2,3,4,5,6,7,8)
lx90=c(1,1,1,1,.9,.8,.6,.4,.2,.1,0)
day90=c(0,1,2,3,4,5,6,7,8,9,10)
#...and so on10% and a zero (control) series
lx0=c(1,1,1,1,1,1,.9,.9,.8,.8,.6,.5,.4,.3,.2,.1,.1,0)
2007 Nov 21
1
[1.4 - Record] How to tell if user did leave a msg?
Hello
I didn't find the answer in the ATOF 2nd Ed: When using the Record()
application, I need to know how it ended: Did the user leave a
message, or did he hang up?
If the latter, Asterisk stops right there, while I need to run some
other commands before hanging up:
========
exten => _[1-4],n,Playback(/root/asterisk_sound_files/leave_msg)
exten =>
2011 Jul 28
1
plotting matrix into 2D color plots with rainbow colors
Dear all,
Can you pl. help me in plotting a matrix into 2D plot with more color
options. I tried to plot with myImagePlot with
RGB color ramp but it shows limited variation in color. There is a rainbow
plot option also. Can anyone help me.
Regards,
Hitendra
--
Hitendra Padalia, PhD
Scientist/Engineer 'SD'
Regional Remote Sensing Centre-North, NRSC
Indian Space Research Organisation
2009 Feb 21
2
DIAL() application 'g' option
Hi All,
Asterisk 1.4.12 on CentOS 5
I'm trying to increment an AstDB key with the length of the last
outgoing call. Here's what I've got for "01" UK geographical numbers:
exten => _01.,1,Dial(${UKGeographical}/${EXTEN},,g)
exten => _01.,n,Log(NOTICE,Call to ${EXTEN} lasted ${DIALEDTIME})
exten => _01.,n,Set(CALLTIME=${DIALEDTIME})
exten =>
2017 Dec 22
4
codificación
Estimados compañeros me tiene loco un problema de codificación que no
logro resolver. Importo un fichero cuyo nombre tiene acento. Pongamos
por ejemplo "Adrián.doc". Escribo el siguiente comando:
mdoc<-list.files(path = dest,pattern = "*.doc", full.names = TRUE)
Entonces mdoc, además del path, se me presenta como:
"Adria´n.doc"
Aunque le quite la tilde con:
2011 Jul 18
1
Rainbow Ket
I have an application I wish to install under WINE on Ubuntu 10.04 LTS
It uses a parallel port Rainbow (sentinel) Hardware key (dongle) I have
searched and found a few threads that discuss these devices and a few
claims that they have been made too work, but I haven't found a clear
explanation of how what is necessary to get it to work.
--
Rob
2009 Jun 23
1
Rainbow Colored Scatter Plot
Hello,
I have created a 3d scatter plot using the plot3d command in the rgl
package. I have approximately 6500 data points in the scatter plot.
I would like to color these points sequentially using the entire color
spectrum. (So the first point is red, next point slightly different, and
each point gradually changes so that the final point is violet.) Is anyone
familiar with how this can be done?
2017 Sep 24
2
predict y tree
Gracias Carlos miraré el fix y en su defecto intentaré mandar un mensaje
al autor. De todas las maneras espero que alguien lo pruebe en windows 10
Saludos,
Juan
El 24/09/2017 a las 20:32, Carlos Ortega escribió:
> Hola Juan Antonio,
>
> Acabo de instalar "tree" en Mac OSX y no aparece este error...
>
> > shuttle1 <- shuttle[254:256, ] # 3 missing cases
>