Displaying 20 results from an estimated 137 matches for "helpfiles".
Did you mean:
helpfile
2006 Dec 12
0
[782] trunk/wxruby2/samples/bigdemo: HtmlHelpWindow sample with helpfile
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2003 Dec 04
0
Comboot for showing DOCS
hm, nice algorythm thingie.
I'm not a programmer, so here goes:
currently: F1 helpfile.txt probably results in DISPLAY helpfile.txt
perhaps extend this option:
F1 arg1 arg2 arg3 argX
if arg1 does not exist, abort (currently also done?)
if arg1 ends in COM extension, execute it and pass the optional arg2/3/X parameters
if arg1 ends in C32 extension, same thing.
else DISPLAY arg1 // arg1
2003 Jun 24
0
R help output in separate window
Peter Dalgaard's interest in a different method of help display led me to
combine R's method of finding the help files, which is much better than the
search method I initially used, with a system call to display the help file
in an arbitrary method in another window.
For the original request of using "less" in an xterm, the user would have to
create a batch file (in *NIX or
2001 Jan 19
1
Can't find linked HTML helpfile unless package is specified (PR#819)
I noticed this bug before in R 1.2.0. Can't remember whether it
was there in earlier versions.
> help.start()
Making links in ~/.R ...
If /home/peter/sbin/netscape is already running, it is *not* restarted,
and you must switch to its window.
Otherwise, be patient..
> help("help", package = "base")
help() for help is shown in
1997 Jun 16
0
R-alpha: image(): minor bug in R code and helpfile (fixes)
I've noticed a few minor annoyances/mismatches with S in image().
First, if you give it just a matrix argument (image(z)), it complains
rather than (as S does) using default x and y.
This patch fixes it to work (mostly) like S (although in keeping with
what was in R already the default x,y coordinates are ((0,1),(0,1)) rather
than (1:nrow,1:ncol)).
5,16d4
< if(is.list(x)) {
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
2003 May 24
3
help output paged in separate window
Hi folks,
I use R in X windows on Linux.
Normally, I use 'less' as pager, which is fine for scanning through
'help' (or '?') output in the R window itself; the help session is
terminated by typing "q", as usual for 'less', and the R window then
reverts to the R command line interface.
Often, I would like to have the output from 'help' pop up in
2003 May 24
3
help output paged in separate window
Hi folks,
I use R in X windows on Linux.
Normally, I use 'less' as pager, which is fine for scanning through
'help' (or '?') output in the R window itself; the help session is
terminated by typing "q", as usual for 'less', and the R window then
reverts to the R command line interface.
Often, I would like to have the output from 'help' pop up in
2005 Aug 09
5
RGUI crash when opening script in XP Home enviroment
If there is a helpfile open (f.e ?glm) and it is the top window, then
an exception error occurs (closing RGUI)
when I hit the open file button.
If the helpfile is not the top window (of the RGUI) I am able to open a
new script without any error.
The RGUI is not closing complete there is a blank screen left which I
have to close with the X Button or Taskmanager
Windows XP Home - German Version
2009 Jul 22
1
Link to documentation in another package
Dear all,
One of the functions that I wrote (ggsave.latex) extents the
functionality of a function (ggsave) in another package (ggplot2).
Instead of copying all the information I would like to create a link in
the helpfile of ggsave.latex to the helpfile of ggsave. I tried
\code{\link{ggsave}} and \code{\link{ggplot2::ggsave}}, but neither
worked. Both cases gave a 'missing link' warning.
2003 Jun 02
1
Help with factorized argument in solve.QP
Hi
I'm having problems getting the "factorized" argument in solve.QP (part
of the quadprog library) to work as expected. The helpfile states that
when the factorized argument is set to TRUE, then the function requires
the inverse of a square-root factor of the Hessian instead of the
Hessian itself. That is, when factorized=TRUE, the Dmat argument should
be a matrix R^(-1), such
2003 Aug 29
2
length() and nchar()
I would propose to add "
See also:
`nchar' for counting the number of character in
character vectors.
"
to the helpfile of length(),
because it is rather difficult
to find nchar() if one has only
search terms as "length", "len",
"strlen" in mind.
Sincerly
Wolfram Fischer
2008 Jun 18
2
embedding R in c++ (Qt) application
...way....? I've been able to extract all the exported symbols from the
R.dll, but without arguments types (and of course without descriptions
...)
My goal is to prepare some data for R to run an ANOVA on, run it, and
retrieve the results to display them on the GUI. Can you suggest me a
helpfiles/documentations to read for this?
Thanks for any suggestions
Peter
2001 Sep 30
2
non linear models
Dear Members of the Help List,
Honestly, I feel a little bit stupid - I would like to do something rather
simple: fit a non linear model to existing data, to be more precise I wanted
to start with simple higher order polynomials.
Unfortunately, I do not quite understand the examples in the helpfiles for
the nlm, nls and nlsModel commands.
Could anyone please provide a simple example to get me started (i.e. y = p +
x^2 fitted to x= -1 0 1 y = 2 1 2; a simple parabola p should turn out to be
1). How do I do this and how do I do the same for something like y = a + bx
+ cx^2 + dx^3 ??
Thank you...
2001 May 29
5
Scripting capabilities for R
I'm in the final week of teaching a course to beginners using R and
S-Plus. Since I forbade the students from using the "point-and-click"
interface in S-Plus, they've become reasonably proficient at using the
command line in both programs.
Students really like the speed and ease-of-use of R for the vast majority
of their projects. I think they'd switch to R completely
2004 Sep 19
2
Timing source on SMP system - Disable RTCforzaprtc
Any help would be appreciated as I am a novice trying to work around a
difficult situation.
This is what the zaprtc helpfile says:
zaprtc, getting zaptel timing out of your realtime clock
========================================================
Make sure that you _dont_ have rtc support compiled into
your kernel!
INSTALL:
make
USE:
make load
REMOVE:
make unload
I interpreted this as
2008 Dec 17
1
Having problem with menu.c32 on serial console
Hi all:
I am running pxelinux 3.72 with the corresponding menu.c32.
I am setting up console access via:
serial 0 38400
console 0
The rest of the config file entries should be safe enough:
display pxelinux.cfg/helpfile
say . Type any key for manual boot. <F1> or <Ctrl-F> 1 for help
F1 pxelinux.cfg/helpfile
then the usual MENU/label commands.
When I use the same
2004 May 03
1
plotting in R
Hi there, I have 2 questions which I cannot find answers for in Dalgaard
or the helpfiles currently available.
(1) I wish to plot 3 ecdf plots on one graph. Is there any way of
holding a figure to plot all on the same plot. I can't get an ecdf for
any plot command other than "plot" or "ecdf.plot" so using lower level
command is no good, have also tried x11(...
2006 Apr 26
1
new.frame()
...ld like to know whether R has a homogeneous function
of S-plus's new.frame(), which create explicit frames in
the evaluator and provide a locale for computations that
can be shared among various functions.
new.frame() in S-plus:
http://www.uni-muenster.de/ZIV/Mitarbeiter/BennoSueselbeck/s-html/helpfiles/new.frame.html
Thanks.
2009 May 03
1
fImport data from Australian stock exchange
Dear all,
I have been importing data into R from yahoo using yahooSeries, however the
older version I was using no longer works with the syntax I have developed.
I downloaded the latest package and it downloads data from the U.S. just
fine, but the ticker codes for the Australian stock exchange (asx) do not
get downloaded.
a simple example, this works (US stock):
stock<-yahooSeries(symbols =