similar to: Using WCSLIB in R

Displaying 20 results from an estimated 100 matches similar to: "Using WCSLIB in R"

2009 Oct 07
1
Improved Function Information with <TAB> Key
Hello, Pressing the <TAB> key when typing a function into an R terminal does not produce the expected output. Currently, R will order all of the available function inputs into alphabetical order and present them as options, whereas it should display the inputs in the order they appear in the function. For example: > test = function(b,a,c){ print(b) a*c } > test(
2002 Jan 28
1
residuals in plot.gam (mgcv)
Is there a way to add residuals to plots produced by plot.gam in the mgcv package? I'm looking for something like what you get using resid=T in Splus plot.gam. Thanks in advance Toby -----Original Message----- From: Simon Wood [mailto:snw at mcs.st-and.ac.uk] Sent: 23 January, 2002 8:14 PM To: Toby.Patterson at csiro.au Cc: r-help at stat.math.ethz.ch Subject: Re: [R] multiple surfaces in
2004 Oct 01
1
SAMBA PDC trust with another SAMBA PDC
I have two Samba PDC's and I want to set them both up to trust each other. How can I go about doing this ? Cheers Andy Andrew J Robinson Computing Officer, School of Computer Science University of St Andrews North Haugh, St Andrews, KY16 9SS Telephone (0)1334 463272 http://www.dcs.st-and.ac.uk/~andyjr
2010 Jun 02
2
24G running on centos 5 desktop.
Hi All, Thought I would let those that are interested know that I had success in running 24G on an Asus P6T with 24G kit of Kingston DDR3. While I was putting this together I saw lots of forum posts asking if anyone had tried it. Well we did here at our work and all looks great including running "memtest86" overnight. I have a fluid dynamics simulation running on it with 90% memory
2010 Oct 04
3
EXT4 mount issue
Hi All, When a couple of EXT4 filesystems are mounted in a server I get the message Oct 1 18:49:42 sraid3 kernel: EXT4-fs (sdb): mounted filesystem without journal Oct 1 18:49:42 sraid3 kernel: EXT4-fs (sdc): mounted filesystem without journal in the system logs. My confusion is why are they mounted without a journal? They were both created with mkfs -t ext4 /dev/sdb mkfs -t ext4
2017 Oct 05
0
dealing with a messy dataset
You should be able to use that header information to create the correct parameters to the read_fwf function to read in the data. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it. On Thu, Oct 5, 2017 at 11:02 AM, jean-philippe <jeanphilippe.fontaine at gssi.infn.it> wrote: > dear Jim, > > Thanks
2010 Jan 21
2
question about Software for Data analysis book
Dear R People: I'm sure that this is a very silly question, but I'm reading the Software for Data analysis book by John Chambers, and I can't find the "Declination" data that he refers to on page 15 in the book. I did all of the usual stuff: library(help=SoDA) ??Declination looked for it online but to no avail. Has anyone else run into this, please? Any help would be
2017 Oct 05
3
dealing with a messy dataset
dear Jim, Thanks for your reply and your proposition. I forgot to provide the header of the dataframe, here it is: ================================================================================ Byte-by-byte Description of file: lvg_table2.dat -------------------------------------------------------------------------------- Bytes Format Units Label Explanations
2017 Oct 05
1
dealing with a messy dataset
dear Jim, Yes I fixed the problem. Thanks again all of you for your contribution! This worked : start <- c(1, 20, 35, 41, 44, 48, 53, 59, 64, 70, 76, 78, 83, 88, + 93, 114, 122, 127) data1<-read_fwf("lvg_table2.txt",skip=70, fwf_widths(diff(start))) Well now I know how to deal with fixed-width files :) Cheers Jean-Philippe On 05/10/2017 18:42, jim
2002 Apr 03
1
optim()
I was having some problems persuading optim() to give me the answers I wanted, & simplified down to: sqr<-function(x){(x+1)^2} optim(1,sqr) I accept this is a hammer to crack a nut, but was still expecting the answer -1. I got: $par [1] -0.8 $value [1] 0.04 $counts function gradient 12 NA $convergence [1] 0 $message NULL so I've
2010 Jun 07
2
Odd INFO "120 seconds" in logs for 2.6.18-194.3.1
Hi, Since upgrading to "2.6.18-194" I am getting odd messages in the logs. Such as; sraid3 kernel INFO task pdflush 259 blocked for more than 120 seconds. The output from > grep '120 seconds' /var/log/messages | tr : ' ' | awk '{print $10}' | sort | uniq -c 6 nfsd 4 pdflush This is from an NFS server that since the upgrade has been
2001 Feb 08
0
openssh2.3.0p1 and /etc/limits
Hi! I wrote a small patch to enable /etc/limits support in openssh. nice thing when you don't have PAM installed.. It is based on Ultor's openssh 1.x patch (http://marc.theaimsgroup.com/?l=secure-shell&m=96427677022741&w=2) Works fine on slackware7.1. define USE_ETC_LIMITS in config.h , and compile as usual. Sagi -------------- next part -------------- diff -N -u
2009 Oct 05
1
3D polar plots
Hello, I am very new to R. I would like to plot astronomy data by right ascension, declination, and various "distance" values, such as redshift and comoving distance, in 3D. Is there any 3D polar plotting functions? I can't seam to locate any information on whether it exists or not.
2007 Jul 26
6
KStars on CentOS 4.4?
Is there an RPM for this? I think it's in the kdeedu package on the FC6 DVD. My wife is an amateur astronomer and she uses this excellent program. If upstream isn't including it, can I get it and not break my CentOS 4.4 system? (Also, I'd like to migrate her and my daughter to CentOS). TIA, Lanny
2010 Jun 21
1
Interpreting lm Residuals...
I am using the lm function in R to fit several linear models to a fair-sized dataset (~160 collections of ~1000 data points each). My data have intrinsic, systematic uncertainty much greater than the measurement errors on any individual point. My thought is to use the residuals of my linear fits to quantify this intrinsic uncertainty, but I am puzzled over the correct interpretation of R's
2006 Aug 25
4
fitting a gaussian to some x,y data
I apologize if this is redundant. I've been Googling, searching the archive and reading the help all morning and I am not getting closer to my goal. I have a series of data( xi, yi). It is not evenly sampled and it is messy (meaning that there is a lot of scatter in the data). I want to fit a normal distribution (i.e. a gaussian) to the data in order to find the center. (The data
2000 Nov 12
1
Some random thoughts
Dear all, I hope you will forgive me for posting without lurking, and indeed, without even being subscribed to the list. Let me first say that efforts such as Ogg shows there is still a lot of good in mankind, this is truly a great effort! While I haven't been lurking, I've been looking through the archives to see if this stuff has been discussed before, and I have also tried to read
2006 Jan 02
0
boostrap astronomy problem
Hi, I am an astronomer and somewhat new to boostrap statistics. I understand the basic idea of bootstrap resampling, but am uncertain if it would be useful in my case or not. My problem consists of maximizing a likelihood function based on the velocities of a number of stars. My assumed distribution of velocities of these stars is:
2000 Apr 02
0
Feature report
Hi Guys, We are having the weirdest problem with all SAMBA version 2.05 to 2.07pre 3 SAMBA is running on DEC UNIX 4.0F For no reason that we can see some users are no longer being allowed to connect to their shares. We see the problem with WIN95, 98 2000 (all plain passwd) Let me explain more clearly If I map netowrk drive //joequimby/naismith my own user and passwd are not recognised
2007 Dec 20
1
auto named savings (pngs & data-frames)
Hello, i only got a small problem. i try to create automatic new dataframes, or png?s. the main problem i got is: how can i create automatic a new name for a file (read out by simply "for") - i tried to use "(paste...) but theres an errormessage, about a wrong declination. R told it is as.character, but need as.Real. Should i use another method than "paste"? i tried as