Displaying 20 results from an estimated 5000 matches similar to: "Non-Latin labels in identify"
2009 Feb 05
3
maptools: Test if point is in polygon
In R's maptools package, is there a built-in function to test if a
given point is "inside" a given polygon on the map? The map was
loaded from an ESRI Shapefile. The point's latitude and longitude are
known.
Thank you!
Aleks
--
------------------------
Aleksandr Andreev
Fulbright Fellow
Graduate School of Management
St Petersburg State University
2010 Nov 10
2
maptools package
A few years back, I wrote some code to plot maps with the maptools
package. Now I am trying to reproduce my results, only to find out
that maptools has been updated and my code no longer works.
I've been able to fix the first part of it by forcing
spb <- maptools:::read.shape("/home/sasha/Documents/maps/spb.shp")
(as read.shape has been deprecated)
but now when I do
plot(spb,
2008 Mar 29
3
Generating maps in R
Greetings!
I am trying plot some data on a map in R. Here's the scenario.
I have a variable called probworkinghealthy which contains a predicted
probability of employment for every individual in my sample (about
100,000 observations).
I have another variable, called a001ter, which contains the subject of
residency in the Russian Federation (akin to a US state) for every
individual in the
2005 Feb 07
1
Icecast dropping streams
> These are usually down to non-utf8 chars being sent to icecast. Check
> the metadata being sent
That's quite likely, since some of the tracks have cyrillic ID3 tags.
What should I do to cirvumvent that?
> That message occurs if icecast hasn't received any data after a certain
> amount of idle time (<source-timeout> seconds). This could be down to
> the source
2006 Jan 27
1
Search generator and non-latin characters
I installed search generator and it works nice with latin characters in query, but when I use cyrillic it just shows all entities from table. I suppose it shows all the table when nothing appropriate found also. So the question is how to tune it for cyrillic for example and how to ?
Thanks,
Mikhail
2010 Jan 12
0
Reading a file with mixed cyrillic/latin characters
Dear useRs,
I am trying to read a tab-delimited Unicode text file containing both
latin and cyrillic characters and failing miserably. The file looks like
this (I hope it comes across right):
A B C
3 foo ???
5 bar ???
read.table("foo.txt",sep="\t",header=TRUE)
I am guessing that I can use the fileEncoding argument to read.table()
to read this, but I can find no list of
2005 Feb 07
2
Icecast dropping streams
Hi,
I had my stream running from ezstream 0.1.2 to icecast 2.2.0. It's been
going for about a week, but two days ago I changed my icecast.xml. Since
then, Icecast dropped my sources and stopped transmission twice.
Everytime, it spew out
xmlEncodeEntitiesReentrant : char out of range
on STDERR and
[2005-02-07 01:14:47] WARN source/get_next_buffer Disconnecting source
due to socket
2005 Feb 03
2
Compile without OGG support?
Hi,
I need to compile Icecast on a kind of ancient AIX machine. I compiled
all the required libraries, except libvorbis, and I can't make it
compile at all. Is there a way to compile Icecast without Ogg Vorbis
support?
Thanks!
--
Regards,
Alek Andreev
alek@zvuk.net
2010 Dec 03
0
Wine release 1.2.2
The Wine maintenance release 1.2.2 is now available.
What's new in this release (see below for details):
- Support for animated cursors.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.2.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2.2.tar.bz2
Binary packages
2005 Apr 20
0
R 2.1.0, Windows, non-Latin locales
It looks like no one tested the beta of 2.1.0 for Windows in an East Asian
or cyrillic locale. In most cases example() will fail there.
If this is likely to affect you, please use R-patched instead.
We really do need help from the users in the beta-test period, especially
in languages not used by the core team. (Even the Chinese translator does
not himself use R in Chinese.) So the beta
2010 Nov 12
0
Wine release 1.3.7
The Wine development release 1.3.7 is now available.
What's new in this release (see below for details):
- Improved system tray support.
- Better support for installers with assemblies.
- Many of the msvcrt "secure" functions implemented.
- A lot of fixes to the GStreamer support.
- Many MSXML improvements.
- Translation updates.
- Various bug fixes.
The source is
2008 May 26
1
read.dta error
Greetings!
I attempted to read a STATA 10 file using the following syntax:
library(foreign)
data <- read.dta("~/Documents/agestandard/analysis.dta")
I got the following error:
*** stack smashing detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7c13138]
2010 Oct 29
0
Wine release 1.3.6
The Wine development release 1.3.6 is now available.
What's new in this release (see below for details):
- Support for GStreamer filters.
- Mapping of standard cursors to native desktop cursors.
- Improved support for installers with services.
- Many MSXML improvements.
- Decoder for TGA-format images.
- Translation updates.
- Various bug fixes.
The source is available from the
2009 Jun 05
1
Mixed Latin, Greek and subscript characters in axis label
Dear R-helpers,
I have been trying to figure out how to plot a graph with an axis label
consisting of a mixture of Latin, Greek and subscript characters.
Specifically, I need to write A[beta]{1-42}, where A is Latin script A,
[beta] is Greek lower case beta and {1-42} is subscript '1-42'.
I can use xlab=expression(beta[1-42]) and obtain the [beta]{1-42} part of
the label. But, I can't
2010 Oct 08
0
Wine release 1.2.1
The Wine maintenance release 1.2.1 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.1.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2.1.tar.bz2
Binary packages for various distributions will be
2005 Feb 07
0
Icecast dropping streams
On Mon, 2005-02-07 at 14:05, Alek Andreev wrote:
> Hi,
>
> I had my stream running from ezstream 0.1.2 to icecast 2.2.0. It's been
> going for about a week, but two days ago I changed my icecast.xml. Since
> then, Icecast dropped my sources and stopped transmission twice.
> Everytime, it spew out
>
> xmlEncodeEntitiesReentrant : char out of range
These are usually
2011 Sep 09
1
conditional Latin hypercube sampling
Hello,
I got one question on the Latin hypercube sampling.
suppose
there are three variables a, b, c, all of them follow the normal
distribution. the mean value and standard deviation for each areĀ a(32,
2), b(35,5), c(37,3). I would like to use Latin hypercube sampling to
random generate 1000 samples. but it needs to satisfy the condition that
a<b<c.
How can I implement this
2004 Feb 04
2
Latin 2 encoding + fonts
Hi,
In the FAQ I read about options to specify different fonts than the default
ones for the console (in the file Rprofile) and for the graphical output
(Rdevga). I would however like to replace Latin 1 with Latin 2 enconding for
both (console and graphical) output in Windows and just graphical output in
Linux.
I guess it is possible but I did not find the way.
How can I use the fonts
2006 Jan 19
0
Latin characters (accentuation) appear with problem within Notes - Solution
Hi all,
I am writing just to keep a record for the solution for the
problem we had with Notes Client.
The problem is that latin characters (accentuation) appears
strange at the emails using Notes Client.
In order to the characters appears correctly you will have to
*eliminate* the trebuchet font (either from msttcorefonts package or
trebuc32.exe, installed via wine -
2012 Jun 20
2
Conditioned Latin Hypercube Sampling within determined distance
Hi all,
I am a begginer in R and I have been trying to use the Conditioned Latin
Hypercube to choose sample points only in areas close to roads due to the
difficult thorough access in the study area. I could use a code to create
the points throughout the area, but I need to create a code to make the R
only comes up with points close to this road. I've been using the packages