Displaying 20 results from an estimated 200 matches similar to: "RCharts+Leaflet+Shiny"
2014 Oct 16
2
RCharts+Leaflet+Shiny
Daniel, muchas gracias por contestar y tan rápido.
Pues puede ser la solución, he hecho el cambio y sigue sin pintarme los
puntos ->
data_ <- toJSONArray(data_, json = F)
map$geoJson(
# leafletR::toGeoJSON(data_,
# # lat.lon = c('Lat', 'Long'),
# dest=output_geofile),
data_,
onEachFeature =
2013 Jul 19
1
rNVD3
Hola pepeceb,
Ten en cuenta que las características de rNVD3 se han incorporado en
rCharts. rCharts soporta varias otras bibliotecas de gráficos JS incluyendo
NVD3, con una interfaz familiar para los usuarios de gráficos en R. rNVD3
no se sigue desarrolando.
Daniel Merino
El 19 de julio de 2013 08:55, <miguel.angel.rodriguez.muinos@sergas.es>escribió:
> Hola pepeceb.
>
>
2013 Jul 19
2
rNVD3
Hola a todos
¿alguien sabe como instalar rNVD3 y ramnathv ?.
Siguiendo estos pasos no soy en absoluto capaz.
require(devtools) install_github('rNVD3', 'ramnathv')
He intentado guardar el archivo zip, pero tampoco he podido. No sé que se me escapa.
Saludos y buen verano!!
pepeceb
________________________________
[[alternative HTML version deleted]]
2014 Sep 29
2
recomendación de librerías para mapas en Shiny
Buenas:
Lo limitante en shiny no es el número de usuarios sino el número de
desarrolladores. Incluso si los desarrolladores son de confianza es
suficiente con la versión estándar del servidor shiny.
La versión de pago lo que añade es control sobre lo que los
desarrolladores pueden publicar.
Además existe la alternativa de publicar lo ficheros en un servidor "web
estándar" y que
2013 Aug 29
0
Can not install rCharts
Hello again,
I was trying to install the rCharts package using following rule, however I
am getting error while doing that
> require(devtools)
Loading required package: devtools
WARNING: Rtools is required to build R packages, but no version of Rtools
compatible with R 3.0.1 was found. (Only the following incompatible
version(s) of Rtools were found:3.0,3.1)
Please download and install the
2007 Oct 16
3
can''t define custom GIcon
Hi,
I am having trouble getting custom GIcons to display. Here is the code in
my controller:
@map = GMap.new("map_div")
@map.control_init(:large_map => true,:map_type => true)
@map.icon_global_init(GIcon.new(:image => "images/APBox-20.png
"),"ap_none")
infoString = "Friendly Name: "+result.friendly_name+
2015 Dec 30
4
Tildes en Slidify
Muchas gracias Victor.
Después de mandar este mail encontré el hilo sobre fix-encode, sin embargo
al instalarlo slidify deja de funcionarme y tengo que volver a instalarlo
para poder seguir ejecutándolo.
Ya he planteado la pregunta en github aprovechando un hilo que había
abierto otro usuario pero que no daba ninguna información sobre sesión ni
nada
2015 Dec 30
2
Tildes en Slidify
Hola a todos.
Estoy creando un documento con Slidify y me surge un problema con las
letras con tildes que no me las reconoce y en su lugar pone un signo
de interrogación.
He probado a poner R-Studio por defecto en UTF-8 y en Windows-1252 y
tengo puesto como diccionario principal es español. Nada de esto ha
funcionado.
¿Alguien ha usado este paquete y ha conseguido solucionar este problema?
2011 Jun 22
1
Appending to list
So im here now b/c im incredibly frustrated. Please consider the following:
#Try 1
Data_<-list()
Sn<-1:12
for(sn in Sn){
for(i in 1:10){
Data.X <- rnorm(100,0,10)
Data_[[paste(sn,i,sep="-")]]<-Data.X
}
}
##Try 2
Data_<-list()
Sn<-1:12
for(sn in Sn){
for(i in 1:10){
Data.X <- rnorm(100,0,10)
Data_[[sn]][[i]]<-Data.X
}
}
In Try 1 i am able to append
2013 Feb 15
2
sprintf in system command
hi all
I am using r (2.15.2) in windows 7 32bit
I want to execute an external program from r console. the program is a
command line program which needs the following format to start
C:/Users/.../dssp-2.0.4-win32.exe -i
data_1.txt -o data_1.dssp
I used the system command as:
system
('C:/Users/.../dssp-2.0.4-win32.exe -i
2007 Nov 05
1
marker event listeners
I''d like to add an event listener for dragging markers, but it looks
like YM4R GM (and Mapstraction) doesn''t support this. I need an init like:
marker = new GMarker(...
GEvent.addListener(marker, "dragend", function() { })
but the current setup makes "anonymous" markers - never creates variable
that can be used to access them. Has anyone thought about
2006 Jul 24
5
change the name of file
Dear R Users,
Is it possible to make file names dependent on a changing variable?
For instance. I generate random numbers in a loop and at each iteration I
want data to write to file (I do not want to write everything in one file
using 'append'):
for (i in 1:50){
x<-matrix(runif(100, min=0,max=1),nrow=5,ncol=20)
Write(t(x),file="Data_i.txt",ncolumns=5,sep="\t")
}
2008 Apr 02
2
including a variable in another variable name
Dear R community, I wish to include a variable (e.g. slice of "a" below)
in another variable's name. My objective would be to get a variable-name
"data_A" and so on. How can I do this?
> a<-LETTERS[1:25]
> a
[1] "A" "B" "C" "D" "E" "F" "G" "H" "I" "J"
2014 Sep 27
2
recomendación de librerías para mapas en Shiny
Muchas gracias Carlos, que rápidez!!, a ver que consigo, ya os pasaré el
link!
El 27 de septiembre de 2014, 19:18, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola Miguel,
>
> Aquí tienes algunos ejemplos:
>
>
> http://freigeist.devmag.net/r/819-fracking-in-your-neighborhood-shale-oil-and-gas-economic-impact-map.html
>
>
>
2016 Mar 26
2
DW_TAG_member extends beyond the bounds error on Linux
Hi,
While dogfooding our lldb based IDE on Linux, I am seeing a lot of variable
evaluation errors related to DW_TAG_member which prevents us from release
the IDE. Can anyone help to confirm if they are known issues? If not, any
information you need to troubleshoot this issue?
Here is one example:
(lldb) fr v
*error: biggrep_master_server_async 0x10b9a91a: DW_TAG_member '_M_pod_data'
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
If you're going to use clang built binaries with lldb, you'll want to pass
-fstandalone-debug - this is the default on platforms where lldb is the
primary debugger (Darwin and freebsd)
Not sure if that is the problem you are seeing, but will be a problem
sooner or later
On Mar 26, 2016 4:16 PM, "Jeffrey Tan via llvm-dev" <llvm-dev at lists.llvm.org>
wrote:
> Hi,
>
2016 Apr 09
1
Quantmod abline and axis configuration
Hi all,
I have this code
I want to add two ablines like this
abline(h=2400, lty=3, col="lightgrey")
abline(h=400, lty=3, col="lightgrey")
But doesnt wotk.
I alo try to set ylim from 0 to max "Foa"+1000 but I?m not able ?Is it
posible?
require(latticeExtra)
require(ggplot2)
require(reshape2)
suppressPackageStartupMessages(require(googleVis))
require(quantmod)
2009 Nov 12
2
Question about simulation design...
Help R list servers,
I have 500 external data sets for a simulation study that I would like
to bring into R to analyze. They have the names data1.dat, data2.dat,
..., dataN.dat
Is there a way to automatize the bringing in of these data sets in R
using the read.table function within a looping cycle?
For example...
for (j in 1:N){
data_"j" = read.table("data"j".dat,
2011 Jun 14
1
problems with plots in loop (corrected Email)
Dear helpers,
In an attempt to use a loop to generate graphs in a for loop in run into
a problem. The plan is to fill each page with eight graphs (mfrow =
c(4,2)) in to two columns. Only the buttom graphs ( meaning every fourth
graph) have tick labels on the x axis to preserve space. I used an if
.... Else statement to achieve that.
The problem is that the first eight graphs are skipped
2010 Nov 06
4
Using changing names in loop in R
Hello everybody,
I have usually solved this problem by repeating lines of codes instead of a
loop, but it's such a waste of time, I thought I should really learn how to
do it with loops:
What I want to do:
Say, I have several data files that differ only in a number, e.g. data
points (or vector, or matrix...) Data_1, Data_2, Data_3,... and I want to
manipulate them
e.g. a simple sum of