search for: thounsand

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

Did you mean: thousand
2010 Jun 03
2
Matrix subsetting with rownames
Hi, I have a large matrix containing 10000 rows and 60 columns. I would like to subset this matrix by using a list of several hundred row names. I tried to find how to do that, eg with %in% or subset commands, but I never succeed and I do not find the proper method on internet. How to proceed ? Thanks Muppy -- View this message in context:
2006 Nov 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...LE_CAT_MONEY, + wxLOCALE_CAT_MAX +}; + +// ---------------------------------------------------------------------------- +// wxLocaleInfo: the items understood by wxLocale::GetInfo() +// ---------------------------------------------------------------------------- +enum wxLocaleInfo +{ + // the thounsands separator + wxLOCALE_THOUSANDS_SEP, + // the character used as decimal point + wxLOCALE_DECIMAL_POINT +}; + +// ---------------------------------------------------------------------------- +// wxLocale: encapsulates all language dependent settings, including current +// message...