Displaying 15 results from an estimated 15 matches for "language_".
Did you mean:
languages
2010 Feb 24
1
Defective help pages
...help_type = getOption("help_type"))
Arguments:
Details:
The following types of help are available:
* Plain text help
Offline help:
Note:
References:
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
Language_. Wadsworth & Brooks/Cole.
See Also:
Examples:
help()
help(help) # the same
help(lapply)
help("for") # or ?"for", but quotes/backticks are
needed
help(package="splines") # get help even...
2009 Aug 26
1
contourLines() documentation
Hello,
I have searched for documentation on the function contourLines's algorithm
but cannot find a thing. I am about to submit a paper to a journal but
cannot yet do so because I need to provide some reference for this function.
Does anyone know what algorithm is used for this function?
Thanks,
Derek Lacoursiere
--
View this message in context:
2010 Jun 30
3
run R
Hi,
I'm starting use the R Package and I have some .R scripts. How
can I run these .R scripts.
Conrado
2010 Jul 08
1
[Rails3] Issue in modifying locale and redisplaying page
...cale
def set_locale
I18n.locale = params[:locale]
end
def default_url_options(options={})
{:locale => I18n.locale}
end
jquery Ajax request in application.js
jQuery(document).ready(function() {
// handle change events from language selector
$("select[id^=''language_'']").change(function(event) {
var selected = $("#" + event.target.id + " option:selected");
var value = selected.val();
$.ajax({
data: ''locale=''+ value,
type: ''post'',
url: ''/locale''...
2008 Oct 15
2
R: "in-place" appending to a matrix.
Hello fellow R sufferers,
Is there a way to perform an appending operation in place?
Currently, the way my pseudo-code goes is like this
for (i in 1:1000) {
if (some condition) {
newRow <- myFunction(myArguments)
X <- rbind(X, newRow) # <- this is the bottleneck!!
}
}
As you can see, it works but as the matrix X gets the size of a few million
rows, the
2015 Jan 08
5
RFC: getifexists() {was [Bug 16065] "exists" ...}
...l with r ...
}
you now can use the more efficient (and slightly harder to read)
if (!is.null(r <- getifexists(myVarName, envir = myEnvir))) {
## ... deal with r ...
}
References:
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
Language_. Wadsworth & Brooks/Cole.
See Also:
?get?. For quite a different kind of ?existence? checking, namely
if function arguments were specified, ?missing?; and for yet a
different kind, namely if a file exists, ?file.exists?.
Examples:
## Define a substitute function if ne...
1999 Jul 15
0
pch and mkh bug PR#225
...major 0
minor 64.2
year 1999
month July
day 3
language R
In the following I will be quoting some extracts from R A Becker, J M
Chambers and A R Wilks _The New S Language_, Wadsworth & Brooks/Cole
1988, isbn 0-534-09192-X. We have a copy of this book since, although
our departmental server did not update from S to Splus, the campus
server did. I am using this as an authority to report some of the
following as being bugs.
(1) First the boxes drawn using `point...
2015 Jan 08
4
RFC: getifexists() {was [Bug 16065] "exists" ...}
...to read)
> >
> > if (!is.null(r <- getifexists(myVarName, envir = myEnvir))) {
> > ## ... deal with r ...
> > }
> >
> > References:
> >
> > Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
> > Language_. Wadsworth & Brooks/Cole.
> >
> > See Also:
> >
> > ?get?. For quite a different kind of ?existence? checking, namely
> > if function arguments were specified, ?missing?; and for yet a
> > different kind, namely if a file exists, ?file.exists...
2005 Oct 14
2
Beginner plot and map questions
Hi,
I have not been able to find answers to these questions in the FAQs,
manuals, or R-help archives. If answers are available somewhere, please
direct me to them.
1.) Is there a way to convert a table (e.g. represented as a data frame)
to a function, specifying which columns are input and which column is
output? It would seem that this would be useful for plotting
experimental results,
2015 Jan 08
0
RFC: getifexists() {was [Bug 16065] "exists" ...}
...more efficient (and slightly harder to read)
>
> if (!is.null(r <- getifexists(myVarName, envir = myEnvir))) {
> ## ... deal with r ...
> }
>
> References:
>
> Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
> Language_. Wadsworth & Brooks/Cole.
>
> See Also:
>
> ?get?. For quite a different kind of ?existence? checking, namely
> if function arguments were specified, ?missing?; and for yet a
> different kind, namely if a file exists, ?file.exists?.
>
> Examples:
>...
2015 Jan 08
1
RFC: getifexists() {was [Bug 16065] "exists" ...}
...to read)
> >
> > if (!is.null(r <- getifexists(myVarName, envir = myEnvir))) {
> > ## ... deal with r ...
> > }
> >
> > References:
> >
> > Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
> > Language_. Wadsworth & Brooks/Cole.
> >
> > See Also:
> >
> > ?get?. For quite a different kind of ?existence? checking, namely
> > if function arguments were specified, ?missing?; and for yet a
> > different kind, namely if a file exists, ?file.exists...
2015 Jan 08
0
RFC: getifexists() {was [Bug 16065] "exists" ...}
...if (!is.null(r <- getifexists(myVarName, envir = myEnvir))) {
>> > ## ... deal with r ...
>> > }
>> >
>> > References:
>> >
>> > Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
>> > Language_. Wadsworth & Brooks/Cole.
>> >
>> > See Also:
>> >
>> > ?get?. For quite a different kind of ?existence? checking, namely
>> > if function arguments were specified, ?missing?; and for yet a
>> > different kind, namely if a f...
2015 Jan 08
1
RFC: getifexists() {was [Bug 16065] "exists" ...}
...> >
> > if (!is.null(r <- getifexists(myVarName, envir = myEnvir))) {
> > ## ... deal with r ...
> > }
> >
> > References:
> >
> > Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
> > Language_. Wadsworth & Brooks/Cole.
> >
> > See Also:
> >
> > ?get?. For quite a different kind of ?existence? checking, namely
> > if function arguments were specified, ?missing?; and for yet a
> > different kind, namely if a file exists, ?file.exis...
2015 Jan 08
2
RFC: getifexists() {was [Bug 16065] "exists" ...}
...getifexists(myVarName, envir = myEnvir))) {
>>> > ## ... deal with r ...
>>> > }
>>> >
>>> > References:
>>> >
>>> > Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) _The New S
>>> > Language_. Wadsworth & Brooks/Cole.
>>> >
>>> > See Also:
>>> >
>>> > ?get?. For quite a different kind of ?existence? checking, namely
>>> > if function arguments were specified, ?missing?; and for yet a
>>> > diffe...
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...+
+The following Ruby constants define supported languages in wxRuby. The
+user''s default language can be discovered by using the
+@get_default_language@ method from the "Locale":locale.html class.
+
+ # user''s default language as obtained from the operating system
+ Wx::LANGUAGE_DEFAULT         
+
+ # Unknown language, returned if language detection fails
+ Wx::LANGUAGE_UNKNOWN         
+
+ # user defined languages'' integer identifiers sho...