Displaying 4 results from an estimated 4 matches for "strreverse".
2005 Oct 06
3
playing with R: make a animated GIF file...
...don't know the best way to make this;
2) transform the PNG files into GIF files (easy! no problem! ... i
think ...)
3) reload the GiF files in R and use the caTools package to make a
animated GIF.
------------------
############################ the code
######## reverse the STRING
strReverse <- function(x) sapply(lapply(strsplit(x, NULL), rev), paste,
collapse="")
######## logotype to animate
yourLogo = "Is Nice to play with R-package "
logoWidth = 1.5
logoHeight = 2.5
L = nchar(yourLogo)
TrigSplit = 360 / L
yourLogo = strReverse(yourLogo)
posx...
2003 Dec 14
5
reverse lexicographic order
Hi all,
I have some email addresses that I would like to sort in reverse
lexicographic order so that addresses from the same domain will be
grouped together. How might that be done?
Murray
--
Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html
Department of Statistics, University of Waikato, Hamilton, New Zealand
Email: maj at waikato.ac.nz
2010 Jul 14
4
reverse string
Dear all,
Are there any functions in R to reverse the order of the string.
smth like reverse("abc") to get "cba"?
Thanks a lot.
[[alternative HTML version deleted]]
2012 Sep 28
0
Wine release 1.5.14
...veScriptSiteUIControl implementation.
mshtml: Added IActiveScriptSiteUIControl tests.
include: Added uiautomationcoreapi.h.
vbscript: Added WeekDayName implementation.
vbscript: Added MonthName implementation.
vbscript: Added Now() implementation.
vbscript: Added StrReverse implementation.
vbscript: Fixed copy&paste typo in invoke_builtin.
hhctrl.ocx: Get rid of no longer needed hack.
Jason Edmeades (5):
cmd: Fix parameterization around delimiters.
cmd: Add circumflex support into command shell.
cmd: Support for ^ character at end of...