Displaying 20 results from an estimated 317 matches for "rectangular".
2011 Apr 30
3
Copying to R a rectangular array from a Java class
...nt(conn1Arr)
print(conn1Arr[2])
conn1ArrRet <- .jcall(rJavaTst,returnSig="[D","retCon1Arr")
print(conn1ArrRet)
print(conn1ArrRet[2])
conn0dbl <- .jfield(rJavaTst,sig="D","con0dbl")
print(conn0dbl,digits=15)
# The above is just for education, question on rectangular is below
conn2Arr <- .jfield(rJavaTst,sig="[[D","con2Arr")
conn2ArrRet <- .jcall(rJavaTst,returnSig="[[D","retCon2Arr")
# I can't identify any complaints so far
print(conn2Arr)
print(conn2ArrRet)
The results are:
> library(rJava)
> .jinit...
2017 Jun 17
3
suggestion to fix packageDescription() for Windows users
...e() there is no problem, then back to Chinese and the
authors disappear:
Sys.setlocale("LC_ALL","English")
citation("readr")
#' To cite package ?readr? in publications use:
#'
#' Hadley Wickham, Jim Hester and Romain Francois (2017). readr: Read
#' Rectangular Text Data. R package version 1.1.1.
#' https://CRAN.R-project.org/package=readr
#'
#' A BibTeX entry for LaTeX users is
#'
#' @Manual{,
#' title = {readr: Read Rectangular Text Data},
#' author = {Hadley Wickham and Jim Hester and Romain Francois},
#' year = {2...
2010 Oct 24
6
Contour Plot on a non Rectangular Grid
Dear All,
I would like to plot a scalar (e.g. a temperature) on a non-rectangular
domain (or even better: I would simply like to be able to draw a contour
plot on an arbitrary 2D domain). I wonder if there is any tool to
achieve that with R. I did some online search in particular on the list
archives, found several queries similar to this one but was not able to
find any co...
2003 Jun 16
2
Isocontour-lines of spatial data on a rectangular grid (not plots!)
Dear R-Listers,
I have spatial data on an equidistant rectangular grid, similar to
topographic data. I know that there are quite a few R-packages or base
functions that provide nice iso-contours plot, but I don't want a plot, just
the smoothed isocontour line of ONE level (e.g. 10 mm).
Data sets are large, so it would be preferable if the availability of
reg...
2017 Jun 18
2
suggestion to fix packageDescription() for Windows users
.... I'll submit it as a bug
> report. Maybe someone from Microsoft will fix it.
>
> Duncan Murdoch
>
>
>> #' To cite package ?readr? in publications use:
>> #'
>> #' Hadley Wickham, Jim Hester and Romain Francois (2017). readr: Read
>> #' Rectangular Text Data. R package version 1.1.1.
>> #' https://CRAN.R-project.org/package=readr
>> #'
>> #' A BibTeX entry for LaTeX users is
>> #'
>> #' @Manual{,
>> #' title = {readr: Read Rectangular Text Data},
>> #' author = {Hadley...
2017 Jun 17
2
suggestion to fix packageDescription() for Windows users
...e citation() function
did not return the authors' names at all, but on Linux there was no
problem (sessionInfos at the bottom):
On Windows, no author names are returned:
#---------------
> citation("readr")
To cite package ?readr? in publications use:
(2017). readr: Read Rectangular Text Data. R package version 1.1.1.
https://CRAN.R-project.org/package=readr
A BibTeX entry for LaTeX users is
@Manual{,
title = {readr: Read Rectangular Text Data},
year = {2017},
note = {R package version 1.1.1},
url = {https://CRAN.R-project.org/package=readr},
}...
2009 Jun 17
1
Coerce rectangular matrix to symmetrical square matrix
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a rectangular matrix of size 920 by 85. I'd like to coerce it into a
square matrix such that all row/col names are present in the new matrix and the
additional values are zero.
As an example:
A B C D
A 1 2 3 4
E 5 6 7 8
F 9 10 11 12
Would be coerced to:
A B C D E F
A 1 2 3 4 5...
2010 Feb 25
2
How to fill in a region with different patterns?
Hi to all,
Here is a question which I cannot solve. Appreciate so much for any suggestions!
I have a squared region which is irregularly divided into many rectangular patches.
Each patch is associated with a value, and two patches possibly share a common value.
I hope to fill in each patch a pattern according to its value. For
instance, if a patch has value 1, then I fill in that patch with
pattern A; if it has value 2, then fill in it with pattern B,...
Th...
2006 Mar 08
3
bug in map('world') ?
hi,
did'nt see anything in the archive:
map('world',pro='rectangular',para=0)
yields a strange artifact (horizontal bar) extending over the whole map
at a certain latitude range (approx 65 deg. north), whereas
map('world',pro='rectangular',para=180)
(which should be the same) does not show the artifact.
the artifact shows up in other project...
2007 Mar 23
7
Multiple servers for one index
Hi,
I''m currently trying to set up a solution involving multiple servers
using the same index over nfs.
The problem is that from what I have seen, ferret doesn''t support
multiple processes writing to the same index.
Using a DRb service is not an option since this would create a single
point of failure.
I tried using Ferret::Store::FSDirectory to create a write lock on the
the
2006 Jul 20
2
function names in a vector used by for (){} character problem ?
Hi there,
i´m have vector of kernels. just like:
kernels = c('gauss','epan','rectangular')
i know there are density.default$kernels, but thats not my question
here. my own kernel functions are running and working.
my problem is the following is not working:
dev.off()
par(mfrow=c(3,3))
for(i in 1:length(bw))
{
for(j in 1:length(kernels))
{
par(mfg =...
2006 Oct 15
12
Very small scores for search results
Hi Everyone,
I''m using Ferret 0.10.11 with acts_as_ferret from SVN (same results with
0.10.10 and 0.10.9 though).
I''m running into an odd problem where the scores of my top-ranking
search results are ridiculously small - even when the query is one that
should match at least one document with a decent score.
To give an example, I have just the names of 5 businesses indexed
2017 Jun 17
0
suggestion to fix packageDescription() for Windows users
...at makes the problem reproducible. I'll submit it as a bug
report. Maybe someone from Microsoft will fix it.
Duncan Murdoch
>
> #' To cite package ?readr? in publications use:
> #'
> #' Hadley Wickham, Jim Hester and Romain Francois (2017). readr: Read
> #' Rectangular Text Data. R package version 1.1.1.
> #' https://CRAN.R-project.org/package=readr
> #'
> #' A BibTeX entry for LaTeX users is
> #'
> #' @Manual{,
> #' title = {readr: Read Rectangular Text Data},
> #' author = {Hadley Wickham and Jim Hester and R...
2000 Aug 21
2
rect() question.
Hello.
I have another rect question. If I want to make a lot of rectangular,
without borders, and without any spaces between them, how could I do it?
I.e.
> plot(-1:1., -1:1., type = "n")
> rect(0,-1,1,1,col="red",lwd=0,border=F,xpd=T)
> rect(-1,-1,0,1,col="blue",lwd=0,border=F,xpd=T)
will produce two rectangular, but there is spac...
2017 Jun 23
0
suggestion to fix packageDescription() for Windows users
...ug report. Maybe someone from Microsoft will fix it.
>
> Duncan Murdoch
>
>
> #' To cite package ?readr? in publications use:
> #'
> #' Hadley Wickham, Jim Hester and Romain Francois (2017).
> readr: Read
> #' Rectangular Text Data. R package version 1.1.1.
> #' https://CRAN.R-project.org/package=readr
> <https://CRAN.R-project.org/package=readr>
> #'
> #' A BibTeX entry for LaTeX users is
> #'
> #' @Manual{,
> #...
2006 Nov 30
1
Looking for nice implementations of rectangular scatterplot matrices
... finding myself doing this by hand one too many times ... maybe someone else has found a nice general solution ...
I have a data frame containing n rows on p+q variables which I will call p.1, p2, ..., pp and q1, q2, ... qq. For simplicity all of these variables are continuous numeric. I want to create the following arrangement of plots:
A scatterplot matrix which contains p times q panels
2012 Aug 09
2
How to overlay a global map on a filled contour?
I would like to plot some lat-lon data in a filled contour, and then
overlay a map of the globe on top. I am trying something like this:
filled.contour(lons, lats, glb.data,
plot.axes={axis(1);axis(2);map(projection='rectangular',parameters=0,add
=T)}
)
The filled contour plots fine, and the map shows up, but only as a very
tiny little black rectangle in a small area of the contour plot. Of
course, I want the map to stretch over the entire area of the filled
contour plot.
I've also tried something like:...
2006 May 12
2
Benchmark - Thanks Dave for making this gnawer this FAST!!
Hi List,
I''ve took some time and made some tests on the performance of
java-lucene, hyperestraier and ferret as Dave encourages the community
of ferret to do so.
Quite intersting numbers. Ferret indeed deserves to be called a
high-performance port!!
It''s MyFirstBenchmark (
http://ferret.davebalmain.com/trac/wiki/MyFirstBenchmark ) so please
don''t be too cruel on
2017 Jun 23
2
suggestion to fix packageDescription() for Windows users
...ug report. Maybe someone from Microsoft will fix it.
>
> Duncan Murdoch
>
>
> #' To cite package ?readr? in publications use:
> #'
> #' Hadley Wickham, Jim Hester and Romain Francois (2017).
> readr: Read
> #' Rectangular Text Data. R package version 1.1.1.
> #' https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2FCRAN.R-project.org%2Fpackage%3Dreadr&data=02%7C01%7Cnsosnov%40microsoft.com%7Ccf07101e770643227da008d4ba31aa85%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636338169899157582...
2006 Jun 13
5
Grep style output?
Hi All,
Hope all is going well. Was just wondering if anyone has implemented a
grep style output page of hits using Ferret as the index/query engine?
Any thoughts about how best to implement it? The previous thread
discussess highlighting - would that be the best approach to follow or
is there a better way?
Cheers,
Marcus
--
Posted via http://www.ruby-forum.com/.