Displaying 20 results from an estimated 71 matches for "geophysics".
Did you mean:
geophysical
2006 Jan 23
8
In which application areas is R used?
If anyone has a list of application areas where there is
extensive use of R, I'd like to hear of it. My current
short list is:
Bioinformatics
Epidemiology
Geophysics
Agriculture and crop science
John Maindonald
Mathematical Sciences Institute, Australian National University.
john.maindonald at anu.edu.au
2010 Apr 23
3
Playback all the sound files
Hello.
There are so many sound files in /var/lib/asterisk/en. Is there an easy
way to let me play back all of them one by one while I am watching CLI
to see the current file name?
Thanks for help.
--
Jian Gao
IT Technician
SJ Geophysics Ltd. <http://www.sjgeophysics.com>
jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com>
Tel: (604)582-1100
2018 Mar 15
2
Vary an equation using values from a sequence
...I am wondering if there is a simple solution that would allow me to accomplish this.
The code I am using is outlined below.
Data <- c(1:10) #Data
value <- seq(from = 0, to = 100 , by = 0.01) #Sequence
Data - min(Data) + k # Equation
Thanks,
Jake
Jake Andrae
PhD Candidate
Geology & Geophysics ? Sprigg Geobiology Centre
Department of Earth Science
School of Physical Sciences
The University of Adelaide, AUSTRALIA 5005
Phone: 0407701565
Email: jake.andrae at adelaide.edu.au
[[alternative HTML version deleted]]
2017 Nov 29
1
Admins supporting both RHEL and CentOS
Le 29/11/2017 ? 08:26, Sorin Srbu a ?crit?:
> If updated, the instrument software will break, like in an atomic mushroom
> cloud, rendering critical hardware non-working and lab people standing
> outside my office with torches, pitch-forks and all the shebang.
> Yupp, unfortunately that's the current state of some lab equipment
> manufacturers that use RHEL as a base...
2010 May 17
1
SIP SRV Registration problem
...g Asterisk 1.4 on Centos 5.4. I am sure the network part is
working because I can use "dig" to find our their A record and IP
address of the SIP proxy.
Also, I do have srvlookup=yes in my sip.conf. But that doesn't help.
Did I missing something here?
--
Jian Gao
IT Technician
SJ Geophysics Ltd. <http://www.sjgeophysics.com>
jian.gao at sjgeophysics.com <mailto:jian.gao at sjgeophysics.com>
Tel: (604)582-1100
2010 Oct 11
2
filled.contour: colour key decoupled from main plot?
Dear R colleagues,
I am trying to plot some geophysical data as a filled contour on a continent map and so far the guidance from the R-help archives has been invaluable. The only bit that still eludes me is the colour key (legend) coming with filled.contour:
I prefer to generate my own colour palette, mainly based on the quantiles of tenths of the data in order to capture the whole range (of
2005 Jun 07
1
Specifying medoids in PAM?
...mingw32
system i386, mingw32
status
major 2
minor 0.1
year 2004
month 11
day 15
language R
Any guidance would be appreciated.
David
--
David Finlayson
Marine Geology & Geophysics
School of Oceanography
Box 357940
University of Washington
Seattle, WA 98195-7940
USA
Office: Marine Sciences Building, Room 112
Phone: (206) 616-9407
Web: http://students.washington.edu/dfinlays
2007 Jan 04
5
color of opposite sign values in filled.contour
Dear R-helpers,
I'm plotting geophysical data in the form of contours using
"filled.contour". The display would be much more effective if the areas
with negative values could be color coded
by -- say -- "cold colors" in the range of blue to green, and conversely
the areas with positive values got plotted with "warm colors", from yellow
to red.
Right now if I use
2005 Nov 10
2
Re: www.centos.org - Contact the CentOS Development Team Form
Ravi Srivastava submitted the following Information:
Email ravi_prakash at ngri.res.in
URL www.ngri.org.in
Company National Geophysical Research Institute
Location Hyderabad, India
Comments
Dear All,
I am using CentOs 3.5 on a 64 bit Xeon machine. I wanted to install
aic7xxx-6.3.9-rhel3.i686.rpm to use DAT 72 but it is giving following
error message. Please help to resolve this problem:
I took
2018 Mar 15
0
Vary an equation using values from a sequence
...mplish this.
>
>
> The code I am using is outlined below.
>
>
> Data <- c(1:10) #Data
> value <- seq(from = 0, to = 100 , by = 0.01) #Sequence
> Data - min(Data) + k # Equation
>
> Thanks,
> Jake
>
>
> Jake Andrae
> PhD Candidate
> Geology & Geophysics ? Sprigg Geobiology Centre
> Department of Earth Science
> School of Physical Sciences
> The University of Adelaide, AUSTRALIA 5005
> Phone: 0407701565
> Email: jake.andrae at adelaide.edu.au
>
>
> [[alternative HTML version deleted]]
>
>
> _________________...
2024 Jun 15
2
code for year month day hr format
I have solar-geophysical data e.g as blow:
YEAR DOY HR IMF SW SSN Dst f10.7
2012 214 0 3.4 403. 132 -9 154.6
2012 214 1 3.7 388. 132 -10 154.6
2012 214 2 3.7 383. 132 -10 154.6
2012 214 3 3.7 391. 132 -9 154.6
2012 214 4 4.2 399. 132 -7 154.6
2012 214 5 4.1 411. 132 -6 154.6
2012 214 6 4.0 407. 132 -6 154.6
2012 214 7 4.2 404. 132 -4
2012 Apr 17
2
Error with Rcmd check library --as-cran
Hello all,
I was checking the newest update of my library before submitting it to
CRAN, using R 2.15.0 and Rtools for Windows 215 using Rcmd in the Command
Prompt, on my x64 Windows7 laptop. I recently heard that for checking
packages for CRAN submission one should use the option --as-cran;
previously I was submitting packages, so I was trying that for the first
time. The check proceeds fine
2002 May 22
4
Compressed backup
...possible to implement an option to store the data on the
backup server in the compressed chunks use for the file transfer?
It would save space and should also speedup a later rsynchronization.
Matt
--
--------------------------------
Matthias Munnich
Univ. of California, Los Angeles
Inst. of Geophysics and Planetary Physics
2002 May 31
2
error in seq.POSIXt?
I am trying to extract only the winters (defined to be 01-Dec through
28-Feb) of daily data from 1948-2002. There are 90 days in each winter
season. I wrote the following code to gather the winter dates into a
single vector:
DJF <- NULL
for(year in 1949:1999) {
temp.begin <- strptime(paste("01/12", year-1, sep="/"), "%d/%m/%Y")
temp.end <-
2001 Jun 04
0
Re: unix R CMD check problem
Doh!
turns out I was using a newer feature of S-PLUS that is not supported in R,
or at least was generating the parse error.
replace all
a = b
with
a <- b
(except in arguments, naturally ...)
Sorry to bother anyone ... smooth sailing ahead.
> Date: Mon, 4 Jun 2001 10:03:56 -0600 (MDT)
> From: Tim Hoar <thoar at cgd.ucar.edu>
> Reply-To: Tim Hoar <thoar at ucar.edu>
2002 Jun 25
5
Sourcing files with library
Hi everyone,
I have written a class with methods that extend generic functions such as
as.data.frame or show. When I load this package, I want to ensure that
these methods - along with the other functions in the file - are added to
R's search path or updated, if necessary. I have made a package using
check/build/INSTALL.
Will a simple library() call on the package accomplish this? I
2001 Dec 06
2
Solaris install problem ... mcount
Hmnnn...
This is the third version of R I have installed and I am stumped on this one.
There is some unresolved external I cannot find...
/opt/SUNWspro/bin/cc -v -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o
devPicTeX.o deparse.o
2000 Dec 22
2
REading the netCDF format into R
Hi!
I have been coding a C-program which will read data from the
netCDF format (a commonly used file format in the geophysical research
community: see Unidata's URL for explanation:
http://www.unidata.ucar.edu/packages/netcdf/), and have got to the point
where I don't know what the error message mean. The C-program is called
nc2r.c.
When compiling the code, I get a number of warnings,
2024 Jun 15
2
code for year month day hr format
Thank you Rui. I ran the following script
df1 <- read.table("solar_hour", header = TRUE)
df1$date <- as.Date(paste(df1$year, df1$hour),
format = "%Y %j",
origin = "2012-08-01-0")
df2 <- df1[c("date", "IMF", "SWS", "SSN", "Dst", "f10")]
head(df1)
#To display all the rows
print(df2).
It gave me this
2024 Jun 15
1
code for year month day hr format
?s 20:00 de 15/06/2024, Jibrin Alhassan escreveu:
> I have solar-geophysical data e.g as blow:
> YEAR DOY HR IMF SW SSN Dst f10.7
> 2012 214 0 3.4 403. 132 -9 154.6
> 2012 214 1 3.7 388. 132 -10 154.6
> 2012 214 2 3.7 383. 132 -10 154.6
> 2012 214 3 3.7 391. 132 -9 154.6
> 2012 214 4 4.2 399. 132 -7 154.6
> 2012 214 5 4.1 411.