Displaying 20 results from an estimated 47 matches for "earthquak".
Did you mean:
earthquake
2013 Feb 25
1
legend issues.
...orts: grDevices
License: Part of R 2.15.2
Built: R 2.15.2; ; 2012-10-26 16:14:39 UTC; unix
thoughts are greatly appreciated.
> strength <- factor(c(rep("8.0-9.9", 2), rep("7.0-7.9", 12), rep("6.0-6.9", 108)))
> plot(strength, xlab="Earthquake Strength", ylab="Frequency")
> histogram(strength, xlab="Earthquake Strength", ylab="Relative Frequency by Percentage")
> pie(table(strength))
legend("topright", title="Earthquake Strength", cex=0.6, pch=16, col=c("white", &quo...
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 <- factor(rep(1:5,each=3))
xyplot(y~x | gr...
2009 Jun 18
1
lattice logaritmic scale (basis "e" ), rewriting labels using xscale.component
...). My
problem is that if I replace
2 with "e" (using paste()), I get the error message that the location
isn't a numeric value.
Is there any way to get this working somehow or do I have to take a
different approach?
Thanks, Katharina
Here my failing approach:
require(lattice)
data(Earthquake, package = "MEMSS")
xscale.components.log <- function(lim, ...) {
ans <- xscale.components.default(lim = lim, ...)
tick.at <- logTicks(paste("e^",lim,sep=""), loc = c(1, 3))
ans$bottom$ticks$at <- log(tick.at, 2)
ans$bottom$labels$at <-...
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:...
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...
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
Buildings<http://mega-structures.blogspot.com/>
*
http://mega-structures.blogspot.com/
<http://mnoor1.1majorhost.com/><http://www.awpedia.co...
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)
#...
2011 Mar 11
0
Revolutions Blog: Jan/Feb Roundup
...s been published, with articles on GPU
processing, text data analysis, 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...
2003 Apr 07
2
log-linear
...n
thanks in advance
Ahmet Temiz
Gen Dir of Disaster of Affairs
TURKEY
______________________________________
______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake Research Dept.
of General Directorate of Disaster Affairs.
Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte degildir.
2004 May 14
2
Timestamps...
...and it would let all
implementations be more efficient.
Also the other thing i've been thinking about is the size of the timestamp
field being only 32 bits... this means a limit of ~27 hours of audio at
44100. And there are certainly other applications (say a file with the years
stock prices, earthquake data for the year etc)... there are times when
you'd want to manitain a continuous single logical stream for long
durations. In order to do this currently you'd have to somehow denote
someway to indicate where the granule pos resets, which would also totally
mess with all the seeking algor...
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. For a si...
2018 Aug 31
0
Certificates
...ypt 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.? I am not in California (or similar earthquake place!)? Good old
stable Michigan (we do get mild ones once in a while.? :)
> If so, would you care to elaborate
It is designed for getting web servers quickly into TLS and then to a
more stable provider.? "Make the web safe for all".? If your content is
short information, your c...
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...
2006 May 08
1
package contains stepAIC ?
...tepAIC
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) 287 89 51 or (312) 287 26 80/1547
Fax: +90 (312) 287 89 51
E. Mail: temiz at deprem.gov.tr
www.deprem.gov.tr
--
This message has been scanned for viruses and\ dangerous con...{{dropped}}
2006 May 10
1
subselect in a matrix
...d 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 Disaster Affairs
Earthquake Research Department
Phone: +90 (312) 287 89 51 or (312) 287 26 80/1547
Fax: +90 (312) 287 89 51
E. Mail: temiz at deprem.gov.tr
www.deprem.gov.tr
--
This message has been scanned for viruses and\ dangerous con...{{dropped}}