Displaying 20 results from an estimated 500 matches similar to: "proportional symbol map ggplot"
2011 Feb 10
1
Ggplot: free x-scales in a facet-grid
Hello,
I have a ggplot that has the looks of the plot that I want, but it doesn't
have the right layout.
The data is an ordered melted dataframe:
- ID
- type (to use for a faced grid)
- time - type
- time - value (POSIXct)
- pos (to use for a faced grid, this is an index to split the plot)
The goal of the plot is to create a time line for each ID (different points
of time). The ID's
2002 Nov 25
2
smbpasswd problem with LDAP
Hello,
I have installed / configured samba-ldap (compiled SAMBA_2_2 from CVS)
Whe i try to change the password for the root user, there is no problem.
If i try to change the password of an ordinary user, i get the
error:
nas:~# smbpasswd -U william
New SMB password:
Retype new SMB password:
No user to modify!
Password changed for user william.
Failed to modify entry for user william.
Failed to
2012 Jan 12
2
GGplot controlling point size across range
Hi all
New to R and GGplot2 but loving the potential. I am trying to plot four
separate point plots by looping over the data and plotting a different
subset each time.
When I plot the data as a point plot, the size of the points is determined
by the data values used as below
qplot(accum_rain, accum_g_radn, data = clim_sub[[i]], size = avgyld, colour
= avgyld)
The problem is that i want all
2012 Apr 26
1
Heatmap fidelity
I'm having a problem when using heatmap. Even though the diagonal of my
matrix is all the same value, the diagonal of my heatmap is not all the same
color. Any suggestions?
Here is some reproducible code:
#########################################
# Get data
nba <- read.csv("http://datasets.flowingdata.com/ppg2008.csv", sep=",")
# Reorder
nba <-
2012 Nov 25
1
Error : Error in if (antipodal(p1, p2))
Hey,
I'm trying to build something like this
http://flowingdata.com/2011/05/11/how-to-map-connections-with-great-circles/
but with my own data in csv files.
The code runs well if I use the same csv files as the author, but with mine
, this is what I get
*Code*
library(maps)
library(geosphere)
map("world")
xlim <- c(-180.00, 180.00)
ylim <- c(-90.00, 90.00)
2007 Oct 15
1
Distance matrix in SpDep-package
Hello everybody,
I would like to use the SpDep-package (especially the Local Moran index
analysis and the Getis-Ord statistics) in R for analysing my data. However,
I don't have x-y coordinates, but my data is in a distance matrix format. Is
it possible to use the SpDep package with predefined distances as well
instead of letting the program determining the distance itself by the
function
2012 Jul 06
2
Error in plot.new() : figure margins too large
Hello All,
I am running the following code in RStudio, and I keep on getting an error message that says: "Error in plot.new() : figure margins too large"
Is there something that I am doing wrong?
# Import Data
nba <- read.csv("http://datasets.flowingdata.com/ppg2008.csv", sep=",")
nba
#Sort Data (sorting by Points, but could be sorting by any other variable)
2009 Jul 14
1
Error when sampling from SpatialLines
Dear forum,
I am working in R 2.9.1 and I am trying to sample locations from a network file. Reading in nor plotting is a problem, however when I am trying to sample from the file I get the following message:
nwlim<-readShapeLines("C:/Limburg_nwshape", proj4string=CRS("+init=epsg:31300"))
plot(nwlim)
randacc<-spsample(nwlim,n=1000,"random")
2020 Jan 28
1
mrds function integratepdf cannot be found
Hi,
Trying to use the function integratepdf of the mrds package, I get this
message:
|Error in integratepdf(fox.ds$ddf$ds$aux$ddfobj, select = rep(TRUE,
nrow(fox.ds$ddf$ds$aux$ddfobj$xmat)), : could not find function
"integratepdf" |
Has anyone already had this issue ? Maybe the function is not exported
in the namespace?
Best,
Patrick
> library(mrds)
This is mrds 2.2.0
2012 Jun 07
1
Problems since upgrading to 2.1.6 from 2.0.20
Hello Everyone,
I saw the text about the change and needing to define an inbox namespace. Everything seems to work fine except doveadm. I get the following from a cronjob that has worked well for years now.
doveadm(account at example.com): Error: Syncing mailbox TRASH failed: Mailbox doesn't exist: TRASH
doveadm(account at example.com): Error: Syncing mailbox TRASH failed: Mailbox
2013 Sep 12
1
Creating a map in R using ACS PUMS data
Hello all - does anyone know if there is a package in R that will allow me
to create a map of the US (or individual states) that uses the American
Community Survey PUMS boundaries?
Thanks
[[alternative HTML version deleted]]
2011 Mar 07
2
Preferred way to create bubble plots?
I have to create a number of bubble plots, and am wondering what methods folks prefer for this task. I've been experimenting with the symbols() function, with text() to provide plot labels. Any opinions on the relative merits of this method versus others? One criterion would be the ability to fine-tune the placement of text labels. I would like to use lattice, but haven't found a way to
2012 Jun 11
2
bubbleplot3: R equivalent of the MATLAB function?
All,
Does there exist an R equivalent of the MATLAB function "bubbleplot3"?
Semi-naive Googleing has thus far revealed no such package to me. Your
insight is appreciated!
Regards,
TJM
[[alternative HTML version deleted]]
2010 Apr 03
2
wxwidgets RPM for Centos?
Anyone know of a wxwidgets RPM for Centos 5?
Thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -----------------------------
But God demonstrates his own love for us in this:
While we were still sinners,
Christ died for us.
------------------------------- Romans 5:8 (niv) ------------------------------
2009 Mar 28
2
Output an RWeka model via sink
When I sink the output of an RWeka model to a text file, the output file appears empty:
library(RWeka)
model = LogitBoost(Species~.,data=iris)
print(model)
sink("output.txt")
print(model)
#file output.txt is created, but it is blank
sink()
Am I doing anything wrong?
[[alternative HTML version deleted]]
2010 Jul 06
1
xyplot: filtering out empty plots
Hello,
I would like to know how I can filter out empty plots in xyplot, when
stratifying on some variables.
Example:
I have a dataset in which I plot CONC ~ TIME, stratified for patient
ID(1,2,..,100), FORM(1,2) and BOOST (1,2).
Some patients (ID's) do not have values for all stratification
conditions. I.e. one patient may have values for FORM=1 and BOOST=1,2,
while others may have data on
2010 Oct 17
1
lattice xyplot - formatting of multiple Y variables when using subgroups
Hi all,
Using xyplot I want to print to Y variables (y1, y2) versus X, conditional
on the group.
How can I obtain a line (type="l") for one relationship (ie. y1 ~ x) and
points (type="p") for the other (y2 ~ x) ?
library(lattice)
# create some sample data
df<-data.frame(group=as.factor(c(rep("a",4), rep("b",4))), # grouping
variable for conditional
2013 Feb 25
2
OT - 'IP' Security and Capturing Software
Hi
After returning from a trip to discover the delights on being burgled i wonder if anyone has any experience of IP security camera(s) and software that can constantly record the stream?
I have infrastructure that could store a few TB's of video data which should be plenty for a few weeks worth of recording thats attached to a CentOS 6 box.
This would be purely for after the event viewing
2011 May 27
1
lattice - change background strip color in one panel
Hello,
I would like to change the background color in only -one- of the strips in a
multipanel lattice xyplot, from the default yellow-brown color.
Until now, I only managed to change the background strip color in all of the
strips using the par.settings, but I do not get it to work for only 1 strip.
Below is the current code I am using.
The resulting plot is here:
2011 Jun 27
3
Creating a Polar Plot with expanding points as radius increases
I'd like to create a polar plot similar to those created by the polarFreq
function in the openair package. However, this package seems to be specific
to wind speed and direction, and requires a "ws" (wind speed) and a "wd"
(wind direction) column. My data is unrelated to wind speed, but I'd like
to be able to get a plot that does what polarFreq's plots do; I'd