Displaying 2 results from an estimated 2 matches for "_point_".
Did you mean:
point_
2003 Oct 30
2
'nls' and its arguments
...ata and parameters:
Pur.wt <- nls( ~ do.call("weighted.MM", c(list(rate, conc), list(Vm, K))),
data = Treated,
start = p.start)
- that's right. So, I have a data 'Treated', and a start params list
'p.start'. Now, here is the _point_: I want nls to read names of
variables from the lists and supply it to function in the formula.
In this example 'weighted.MM' has a certain arg list, but my function is
'fcn(...)', and I want supply _all_ these names to the fcn. I tried to
change 'list(Vm, K)' to list(as.nam...
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...g-type)HelpEvent::Origin% origin)
+
+Gets the help text to be used as context-sensitive help for this window. This
+method should be overridden if the help message depends on the position inside
+the window, otherwise "get_help_text":#Window_gethelptext can be used.
+
+h4. Parameters
+
+* _point_ Coordinates of the mouse at the moment of help event emission.
+* _origin_ Help event origin, see also "HelpEvent#get_origin":helpevent.html#HelpEvent_getorigin.
+
+2.7.0
+
+
</ins><span class="cx"> h3(#Window_gethelptext). Window#get_help_text
</span><span...