Displaying 20 results from an estimated 300 matches similar to: "using Paraview "in-situ" with R?"
2024 Jan 09
1
using Paraview "in-situ" with R?
I had previously asked about R interfaces to various "other" visualization
tools specifically lightweights for monitoring progress of
various codes. I was working on this,
https://github.com/mmarchywka/mjmdatascope
but in the meantime found out that Paraview has an "in-situ"
capability for similar objectives.
2023 Aug 27
1
R packages to send plottable data to external apps
I was curious what R packages, or indeed any other applications, exist
to plot streamed data from arbitrary data generators. It need not
be publication quality plotting but it should be easy to use like
an oscilloscope. I was working on something called datascope that I
am using for 1D finite difference monitoring and recently interfaced it
to freefem. I also created an R package. If there is
2017 Jun 23
0
R and Paraview
Hello!
Are there any packages in R that work with the visualization tool Paraview,
please? I looked via Google and couldn't find any but wanted to double
check before I started work on such a thing.
Thanks,
Erin
--
Erin Hodgess
Associate Professor
Department of Mathematical and Statistics
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com
[[alternative HTML version
2011 May 31
2
Text Summarization
Is there a text mining/ NLP package in R that could do text summarization?
For example, take a huge text as input and provide a summary of the text.
In package tm, summarization is defined more as high frequency terms which
is not what I want. I actually want a summary of what is present in the huge
volume of text.
Any help on a R package would be helpful. Thank you.
Ravi
--
View this message
2010 Oct 02
2
tyring to save plots using windoze 7 and cygwin
Hi,
I'd been using R in the past and recently installed it on a new windoze 7 machine.
There have been many issues with compatibility and 32/64 bit apps etc and I did
find on google on isolated complaint that saveplot failed in scripts a long time ago.
R seems to work fine except script-based plot saving as pdf has not worked.
I have tried the following, none of which seem to function,
xyz
2006 Jan 14
2
initialize expression in 'quasi' (PR#8486)
This is not so much a bug as an infelicity in the code that can easily
be fixed.
The initialize expression in the quasi family function is, (uniformly
for all links and all variance functions):
initialize <- expression({
n <- rep.int(1, nobs)
mustart <- y + 0.1 * (y == 0)
})
This is inappropriate (and often fails) for variance function
"mu(1-mu)".
2007 Feb 02
0
Playing Theora video in Keynote on MacOS X
Hi all,
I have XiphQT installed and have some Ogg theora videos I would like
to play in Apple's Keynote presentation software. They play fine in
iTunes using XiphQT but don't work in Keynote. I have each video in
two formats: (1) in a ".ogg" file, and (2) in a ".mov" file created
by opening the ".ogg" file in QuickTime Pro and saving it as a
2010 Nov 07
1
can't load nlme on windoze 7
Hi,
I've got a problem that sounds a lot like this,
http://r.789695.n4.nabble.com/Re-R-R-2-12-0-hangs-while-loading-RGtk2-on-FreeBSD-td3005929.html
under windoze 7.
but it seems to hang with this stack trace,
#0? 0x77830190 in ntdll!LdrFindResource_U ()
?? from /cygdrive/c/Windows/system32/ntdll.dll
building goes as follows,
$ ./R CMD INSTALL --no-test-load nlme_3.1-97.tar.gz
*
2018 May 09
2
DsGetNCChanges 2nd replication on different
On Wed, 9 May 2018 11:02:45 -0300
Carlos via samba <samba at lists.samba.org> wrote:
> Thanks;
>
> but, i can use same name ou change name ?
Upgrading in situ, then yes you can use the same data and to be honest,
you should, but if you demote a DC, NEVER user the same name again
(well not until you are 100% positive there are no traces of the old
name in AD, probably at least 6
2011 Mar 27
6
Asking Favor For the Script of Median Filter
Hello,everybody. My name is Chuan Zun Liang. I come from Malaysia. I am just
a beginner for R. Kindly to ask favor about median filter. The problem I
facing as below:
> x<-matrix(sample(1:30,25),5,5)
> x
[,1] [,2] [,3] [,4] [,5]
[1,] 7 8 30 29 13
[2,] 4 6 12 5 9
[3,] 25 3 22 14 24
[4,] 2 15 26 23 19
[5,] 28 18 10 11 20
This
2005 Aug 02
2
port forwarding ip to ip sip calls
Hi,
I've got two pa1688 phones that I want to set up to communicate between
branch offices without a gatekeeper. Both phones will be behind a
firewall and I want to use port forwarding so the phones can communicate.
I tested the phones behind a firewall on the same network segment and
there were no problems at all using sip. However, I then moved the
phones into situ and port forwarded
2011 Feb 20
8
Generating uniformly distributed correlated data.
I wish to generate a vector of uniformly distributed data with a
defined correlation to another vector
The only function I have been able to find doing something similar is
corgen from the library ecodist.
The following code generates data with the desired correlation to the
vector x but the resulting vector y is normal and not uniform
distributed
library(ecodist)
x <- runif(10^5)
y
2010 Oct 22
2
How long does skipping in read.table take
I know I could figure it out empirically - but maybe based on your
experience you can tell me if it's doable in a reasonable amount of
time:
I have a table (in .txt) with a 17,000,000 rows (and 30 columns).
I can't read it all in (there are many strings). So I thought I could
read it in in parts (e.g., 1 milllion) using nrows= and skip.
I was able to read in the first 1,000,000 rows no
2016 Nov 29
2
RFC: Constructing StringRefs at compile time
char buffer[100];
And it also allows LIT(buffer) to compile, whereas the UDL doesn't.
On Tue, Nov 29, 2016 at 9:54 AM Mehdi Amini <mehdi.amini at apple.com> wrote:
>
> > On Nov 29, 2016, at 9:52 AM, Malcolm Parsons <malcolm.parsons at gmail.com>
> wrote:
> >
> > On 29 November 2016 at 17:38, Zachary Turner <zturner at google.com> wrote:
> >>
2013 May 28
3
R-3.0.1 - "transient" make check failure in splines-EX.r
Hello.
I seem to be having the same problem that Paul had in the thread titled "[Rd] R 2.15.2 make check failure on 32-bit --with-blas="-lgoto2"" from October of last year <https://stat.ethz.ch/pipermail/r-devel/2012-October/065103.html> Unfortunately, that thread ended without an answer to his last question.
Briefly, I am trying to compile an Rblas for Windows NT 32bit
2018 May 09
2
Fwd: Re: DsGetNCChanges 2nd replication on different
HI !
I demote dc "same" name and rename dc, but same IP adresss.
But erro persiste...
DC "new name"
May 9 15:34:39 dcXXX-NEW samba[12278]: UpdateRefs failed with
WERR_DS_DRA_ACCESS_DENIED/NT code 0xc0002105 for
37ba1799-307a-49ef-a6df-3657da7c4c98._msdcs.XXXX
DC=DomainDnsZones,DC=XXX,DC=XXX,DC=XXX,DC=XX
37ba1799-307a-49ef-a6df-3657da7c4c98 = dcXXX-NEW
Any ideia ?
2010 Jul 05
1
export VTK from R : impossible to write data as float
Hello,
I've written a short code (below) to write 3D unstructured grid to binary
VTK files from R. Problem : I can only write integers with the command :
data<-as.numeric(c(3.3))
storage.mode(data)<-'integer'
writeBin(data,bfile_celldata,endian="swap")
the function storage.mode(data)<-'long' looks fine, but the VTK file is not
readable.
thanks for any
2011 Mar 17
5
Spatial cluster analysis of continous outcome variable
Dear R Users, R Core
Team,
I have a two dimensional space where I measure a numerical value in two situations at different points. I have measured the change and I would like to test if there are areas in this 2D-space where there is a different amount of change (no change, increase, decrease). I don´t know if it´s better to analyse the data just with the coordinates or if its better to group them
2006 Jul 24
2
Meaning of "actions"
This is a semantic question. (I''m doing some technical writing about
DTrace.)
I''ll little confused about how to explain what an "action" is. By any
definition, "trace(x);" is an action. However, what about just "i++;"?
Looking at the DTrace guide page 76:
"Probe actions are described by a list of statements separated by
semicolons (;)
2017 Apr 13
4
humor (was Re: OT: systemd Poll)
On Thu, Apr 13, 2017 at 2:06 PM, <m.roth at 5-cent.us> wrote:
> Robert Moskowitz wrote:
>> On 04/12/2017 02:08 PM, m.roth at 5-cent.us wrote:
>
>>> d) And then there stuff that I'm not sure of the purpose... like
>>> eclipse, that needs 2GB to run... for an editor.
>>>
>>> mark "my web pages proudly built in vi!"
>>