search for: aajakh

Displaying 4 results from an estimated 4 matches for "aajakh".

Did you mean: ajakh
2006 Dec 27
5
plotting time series with zoo pckg
Hi all, I am using the zoo package to plot time series. I have a problem with formatting the axes. my zoo object (z) looks like the following. c1 1992-01-10 21 1992-01-17 34 1992-01-24 33 1992-01-31 41 1992-02-07 39 1992-02-14 38 1992-02-21 37 1992-02-28 28 1992-03-06 33 1992-03-13 40
2008 Aug 14
4
Documenting a function: How to get the comments in a function similar to args()
Hi All, Imagine that we have a function defined as follows: foo <- # comments line 1 # comments line 2 # etc.. function(x){ x <- 2 } I can use args(foo) to get the arguments for foo. Is there any function to get the comment lines at the beginning of the function? >From what I understand the prompt() function allows one to create a .Rd file which can be compiled but I am not there yet.
2006 Dec 19
3
configure help
Hello, as I just spent a (too long) while searching for a way how to persistantly switch back the help display routines from chm to text, here a small documentation how to do that with the windows version of R. The windows installer asks which help type you want to use, I wanted to test the chm version -- which I didn't like. If you after installation want to switch back, you have to edit
2006 Dec 20
5
writing R extension
I'd like to develop a simple library in R in which to save my particular functions. I have read the manual on "Writing R Extensions" but it's too difficult. Someone could help me? I want only save my personal function (recorded in R-code, not in C) in "myLibrary" and I want to call it with: >library (myLibrary). After this, the functions should be available