Displaying 7 results from an estimated 7 matches for "izquierdo".
Did you mean:
izquierda
2012 Jul 12
5
Taller: Iniciación a los gráficos estadísticos con R
Se podrá seguir el taller en la red a través de videoconferencia.
Objetivos del Taller: La elaboración de gráficos de calidad y, en
su caso, destinados a la publicación requiere una reflexión sobre
los métodos, tipos y soluciones que pueden emplearse desde R. En
este taller discutiremos los aspectos relacionados con los
procedimientos para realizar gráficos de
2009 Aug 06
0
About numerical accuracy: should there be a rational number class for fractions?
...accuracy problem
associated with fractions. I'm not a computer scientist, so perhaps I
over-simplify in interpreting the result. Both of these approaches
seem to recommend we put off doing division until the last possible
moment.
One is associated with a computer simulation article
Luis R. Izquierdo and J. Gary Polhill (2006)
Is Your Model Susceptible to Floating-Point Errors?
Journal of Artificial Societies and Social Simulation vol. 9, no. 4
<http://jasss.soc.surrey.ac.uk/9/4/4.html>
J. Gary Polhill, Luis R. Izquierdo and Nicholas M. Gotts (2005)
The Ghost in the Model (and Other Eff...
2012 Mar 07
2
Plot por factores
hola a todos y todas,
Estoy haciendo un estudio sobre las mareas y tengo dos variables que
quiero relacionar, la altura del mar y el tipo de marea viva, muerta o
intermedia.
Unos datos simulados podrían ser:
> datos <- data.frame(v1=sin(1:50), v2= rep(c("a","b","c"), each = 5,
> len = 50))
Ahora mi pregunta, si dibujo la altura de la marea sería:
2016 Oct 25
2
Colores en names.arg de un barplot()
Gracias, Javier. Está muy bueno el post, pero en efecto refiere a legend y
no a los names.arg
Adjunto un archivo para poder correr el gráfico. Creo que eso ayuda a
precisar el problema. Las etiquetas que aparecen al costado izquierdo de
las barras son las que quiere pintar de negro y azul.
También va a necesitar este objeto para que la sintaxis corra sin errores:
library(RColorBrewer) #Para Colorear
col.segmentos <- brewer.pal(9,"Paired")
Gracias!
El 25 de octubre de 2016, 15:16, <javier.ruben.marcuzzi en gmail...
2011 Sep 01
7
couldn't find file 'jquery' rails 3.1 stable mountable engine
When I create a new engine in Rails 3.1 stable and then access the dummy
app or the engine I get an error say that the app can''t find jquery.
I''ve created the engine using
rails plugin new coffee --mountable
I''ve also created a basic controller in the engine and the dummy app. If
I remove the javascript include tag, everything works. But with the tag
there it just
2016 Oct 25
2
Colores en names.arg de un barplot()
Hola.
Tengo un gráfico que tiene muchos names.arg (demasiados...), de modo tal
que le vendría bien al lector usar colores intercalados, tal que el primero
sea azul, el segundo negro, el tercero azul, cuarto negro, y así. Es decir,
definir un vector "similar" a este:
rep(c("black", "blue"), length(barras[,1]/2)
que permita pintar uno y uno en este gráfico:
2006 Jun 23
5
how can i alter the validations error messages.
hello
my name is reynaldo
my question is the next.
i want change the text of the validations error messages generated by
ruby when you don''t wrote properly the data in the form.
--
Posted via http://www.ruby-forum.com/.