search for: lastobs

Displaying 2 results from an estimated 2 matches for "lastobs".

Did you mean: lastobe
2002 Nov 04
0
persp(), x- and y-axis with character strings
..., shade=0.3, ltheta=270, lphi=30, r=sqrt(3), expand=.75, main="Historical yield curves") Now, I want to replace the x- and y-axis with character strings, such that: temp<-seq(ISOdate(1999,1,1), by="week", length=(nrow(yall))) temp.ymd <- substr(as.character(temp),1,10)[(lastobs-index[length(index)]):lastobs] the object 'temp.ymd' is presented on the x-axis and colnames(ypper) (another character string) is presented on the y-axis. I know that one can supress the axes in persp(), but then I am struck by adding them with axis() handish. Any help? Rgds Bernhard...
2007 Apr 01
8
No stacktrace on errors (edge rails)
Hi, I must be missing something or have something misconfigured, but I get no stack-trace when there is an error in the code behind a view. If the view doesn''t compile, then I see an error & stacktrace, but all other errors I get a "lost network connection" from the browser, and nothing at all in the server output or development.log. It''s been that way with