search for: earthquakes

Displaying 20 results from an estimated 47 matches for "earthquakes".

Did you mean: earthquake
2013 Feb 25
1
legend issues.
hello, all. one of my students is having an issue with the pie & legend function. this is her code. (below) it works just fine for me. her error is "plot.new has not been called yet". i know this means her pie chart is coming up blank so the legend will not work. according to ?graphics this package *is* supposed to handle these functionalities. however, when i tried to
2008 Sep 23
5
xyplot problem
Hi all, I am trying to produce some panels with dots in an X/Y plane where the diameter of the dots indicates a Z value (like e.g. earthquake maps where dot sizes indicate magnitudes and X/Y the location). This works fine with xyplot, e.g.: xyplot(1:3~1:3,cex=1:3,pch=16) However, when I do this with a panel variable, e.g.: x<-rep(1:3,5) y <- rep(1:3,5) sz <- rep(1:5,each=3) grp
2009 Jun 18
1
lattice logaritmic scale (basis "e" ), rewriting labels using xscale.component
Hi there, sorry for troubling everybody once again, I've got a problem rewriting Sarkar's function for rewriting the tick locations in a logaritmic way (s. http://lmdvr.r-forge.r-project.org/code/Chapter08.R): His example works for log 2 but I need log e (natural logarithm). My problem is that if I replace 2 with "e" (using paste()), I get the error message that the location
2010 Apr 04
2
One question about saving graph by using xyplot
...aved file after I run the program. But if I use the function "plot" to get other simply figures, it can work. So I want to ask how I can get the saved figures by using "xyplot". The following is a simple example about my program: library(lattice) require(stats) ## Tonga Trench Earthquakes Depth <- equal.count(quakes$depth, number=8, overlap=.1) for (i in 1:5) { filename=paste("fig",i,".pdf",sep="") pdf(filename,width=6.5,height=4.5) xyplot(lat ~ long | Depth, data = quakes) graphics.off() } # I cannot open the pdf files. Buf if I try: for (i in 1:5)...
2009 Sep 27
1
Select.spatial on spplots
...but got no response. Can select.spatial() be used in an existing spplot? I have tried selecting points (eq) from a plot generated from sp. However, when I invoke select.spatial(eq). It generates only the points without the background containing the faults. I need the background to select which earthquakes coalesce on which fault. Is there an alternative? eq.pts<-list("sp.points",eq, col="blue", lwd=0.5, pch = 4) spplot(faults,"Dip", xlim = c(110000,120000), ylim = c(3760000,3890000), sp.layout=list(eq.pts), col = heat.colors(3)) select.s...
2007 Mar 14
1
Top 10 HIGHEST BUILDINGS - THE WORLD RECORDS
*Top 10 Buildings of the world <http://mega-structures.blogspot.com/>* <http://mega-structures.blogspot.com/> [image: Top 10 Records] <http://mega-structures.blogspot.com/> World Most Tuff Building Earthquake Proove buildings American Steel Buildings Allied steel building The Star Cooling Tower *Top <http://mega-structures.blogspot.com/> 10
2007 Sep 29
1
[Help] Error when using nls
Hi, I am a student of Earthquake Engineering, and am new to R. Currently I try to run nonlinear regression analysis by R. My data has three variables: X, Y, and Z. Z is a function of (X, Y). My R script is as below. rm(list=ls()) # read in data Alldata <- read.table("~/Documents/R/Wu_data.dat", header=TRUE) # assign variables Z <- Wu[[1]] # N1,60 X <- Wu[[2]]
2011 Mar 11
0
Revolutions Blog: Jan/Feb Roundup
...alysis, solving differential equations, and more: http://bit.ly/dXJNUh The new googleVis package makes it easy to create GapMinder-style animated charts from data in R: http://bit.ly/grpwMr Noting the one-year anniversary of the Haiti earthquake, Peter Aldhous used R to create an animation of all earthquakes over the past year from USGS data: http://bit.ly/fgyjmu A new tutorial series, sab-R-metrics, teaches R through the analysis of baseball statistics: http://bit.ly/eDv6B8 CRANberriesFeed is a new Twitter feed announcing new packages for R: http://bit.ly/gAWvKa The replay and slides are now availa...
2003 Apr 07
2
log-linear
hello I have spatial data which contain number of landslide presence cells with respect to landslide predictors and number of landslide absence cells with respect to same predictors. predictors are essentially categorical data. I tried logistic regression. But because of providing interaction capability of predictors, I want to use log-linear method. I hesitate the way I should use
2004 May 14
2
Timestamps...
Since we've been debating the merits of start or end timestamping... i'm curious why the page doesn't have both stamps ? That would solve the problems for all parties wouldn't it ? It's not like the overhead is huge... less than 0.1%... so on the average audio file thats 5 megs.... it's a 5k increase, which pretty much insignificant. Even on a 1gig video file it's
2018 Aug 31
4
Certificates
On Fri, Aug 31, 2018 at 05:30:53PM -0400, Robert Moskowitz wrote: > > Letsencrypt is a very important development, but it has (IMHO) a shaking > foundation.? I would not build a production system around it.? But then I > have lived in aspects of PKI since '95... I presume you meant "shaky foundation"? If so, would you care to elaborate? John -- Many people,
2006 Apr 22
6
Friendly Reminder (OT)
Today, I had a tragic hard drive crash. I hadn''t updated anything to SVN in two weeks. I''m posting this here as a reminder to my beloved Rails community. Everyone, right now..... make a backup of your rails work. Make sure its on two disks. Many of you already do that automatically, but just make sure its working. Two near-release rails plugins were lost in the tragic crash
2011 Jun 27
1
multiple cluster doesn't work
We're trying to setup 3 PRDM partitions (VMware) across 2 nodes. As long as only one is configured in cluster.conf, there's not problem. As soon as we try to use 2 or more we get issues. It looks the same as bug 636: http://oss.oracle.com/bugzilla/show_bug.cgi?id=636 I posted my cluster.conf and command line results there. I'm including them here in the hopes that someone on this
2000 Jun 30
1
"problem" with delay()
I have been using delay() quite successfully to 'load on reference' some large data files (earthquake catalogues). One minor difficulty I have not been able to overcome is that upon first reference, the data set is loaded into memory as expected, but also remains as a permanent object in the user's environment, instead of appearing to be only in the library from which it was loaded.
2018 Aug 31
0
Certificates
On 08/31/2018 05:54 PM, John R. Dennison wrote: > On Fri, Aug 31, 2018 at 05:30:53PM -0400, Robert Moskowitz wrote: >> Letsencrypt is a very important development, but it has (IMHO) a shaking >> foundation.? I would not build a production system around it.? But then I >> have lived in aspects of PKI since '95... > I presume you meant "shaky foundation"? Yes.?
2003 Oct 20
1
presentation of spatial-temporal point processes
Hello all, Would anybody tell me how to present spatial-temoral point processes in R, for example, I'd like to plot the spatial points in the sequence of their time domain? Cheers -- Pingping Zheng Department of Mathematics and Statistics Fylde College Lancaster University Lancaster LA1 4YF UK
2003 Oct 31
2
Therotical basis of Kriging
hello I want to know about therotical basis of Kriging in elemantary level. I will appreciate if anyone sends me address,link,e-documents, etc.. kind regards -- Ahmet Temiz General Directory of Disaster Affairs Ankara TURKEY ______________________________________ Inflex - installed on mailserver for domain @deprem.gov.tr Queries to: postmaster at deprem.gov.tr
2004 Dec 02
0
image() or plotting functions or something else broken in 2.0.1 on OS X?
...ding platform window') that raised during firing of timer with target 3b9a60 and selector 'runRELP:' And then R quits unexpectedly. I ran the demo(graphics) and it ran fine. But then I tried to run coplot() independently of the demo and I got the same error: > ## Tonga Trench Earthquakes > coplot(lat ~ long | depth, data = quakes) 2004-12-02 11:17:45.150 R[8541] *** Assertion failure in -[RDeviceView lockFocus], AppKit.subproj/NSView.m:2746 2004-12-02 11:17:45.152 R[8541] *** NSTimer discarding exception 'NSInternalInconsistencyException' (reason 'lockFocus sent t...
2006 May 08
1
package contains stepAIC ?
hello I would like to know which package contains stepAIC function ? regards -- Ahmet Temiz Jeoloji M?h. Afet ??leri Genel M?d?rl??? Deprem Ara?t?rma Dairesi Tel: (312) 287 89 51 veya (312) 287 26 80/1547 Faks: (312) 287 89 51 E. Posta: temiz at deprem.gov.tr www.deprem.gov.tr Ahmet Temiz Geological Eng. General Directorate of Disaster Affairs Earthquake Research Department Phone: +90 (312)
2006 May 10
1
subselect in a matrix
hello I confused one point in matrix constructed with cbind I want to subselect 6. column > 1000 what should the syntax be ? regards -- Ahmet Temiz Jeoloji M?h. Afet ??leri Genel M?d?rl??? Deprem Ara?t?rma Dairesi Tel: (312) 287 89 51 veya (312) 287 26 80/1547 Faks: (312) 287 89 51 E. Posta: temiz at deprem.gov.tr www.deprem.gov.tr Ahmet Temiz Geological Eng. General Directorate of