Displaying 20 results from an estimated 47 matches for "mif".
Did you mean:
if
2006 Nov 29
2
need help with barplot
...4,0.2)
b=matrix(a,nrow=4)
rownames(b)=c("20/04/2002","21/04/2002","22/04/2002","23/04/2002")
colnames(b)=c("p1","p2","p3")
barplot(b,beside=T,col=(c("red","orange","yellow")))
then I have http://www.mif.vu.lt/~roka5178/barplot1.JPG<http://www.mif.vu.lt/%7Eroka5178/barplot1.JPG>
but I need to have
http://www.mif.vu.lt/~roka5178/barplot.JPG<http://www.mif.vu.lt/%7Eroka5178/barplot.JPG>
how can i do this?
i need to to change axis x whit y
--
Robertas
[[alternative HTML version deleted...
2003 Jun 23
3
"cloud" function doesn't plot
...p
archive doesn't have a "search" capability. It's a pity, as I'm sure that
there's a wealth of informative help in there.
I am unable to get the "cloud" function to produce a fundamental 3D
scatterplot. I have a 3-column numeric matrix:
>is.matrix(sanity.MIF); is.numeric(sanity.MIF); dim(sanity.MIF);
>cloud(sanity.MIF)
[1] TRUE
[1] TRUE
[1] 2970 3
>
A blank grey graphics window is opened, but no vestige of a plot or labels
of any kind.
Can someone tell me what I am missing please? R 1.7.1 Windows2000 is new to
me, but plenty of prior S-Pl...
2005 Apr 21
1
.Fortran() again
...e file, I cannot get the result as
expected. The next bit of data is an 50 by 20 integer array, which I
cannot read proporly. Here is the command I tried.
>readBin( mm5file,integer(),n=1)
Another way I have tried uses .Fortran (). The fortran code were.
1.f
subroutine readmm5(mm5file,IFLAG,MIF)
integer iflag,MIF(50,20),MRF(20,20)
CHARACTER*80 mm5file,MIFC(50,20),MRFC(20,20)
OPEN (11,FILE=mm5file,FORM='UNFORMATTED')
READ(11) IFLAG
IF ( IFLAG .EQ. 0 ) THEN
READ(mm5file) MIF,RMRF,MIFC,MRFC
endif
end
$R CMD SHLIB 1.f
$R
>libr...
2000 Jun 08
1
FrameMaker/MIF driver
Hello -
1. Is there any way to directly export R plots to MIF format
for import into FrameMaker?
2. If not, how hard would it be to add such a device driver?
I don't see device driver docs in the R extensions docs.
Are drivers contained in their own source files with simple
interfaces to the data structures with plot data?
3. If that's d...
2007 Jan 31
7
features of save and save.image (unexpected file sizes)
...was 72 MB in size. So I assume that
R was saving some large object which was not visible to me directly,
using ls(). Is there a way to find such objects, and discard them
before saving? I use R 2.4.1 on Ubuntu 6.06, through Emacs 23.0 and
ESS 5.3.1.
Vaidotas Zemlys
--
Doctorate student, http://www.mif.vu.lt/katedros/eka/katedra/zemlys.php
Vilnius University
2015 Jul 13
6
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
...e be a little
apprehensive about storebackup. I like the lack of a need for a "restore
tool". This permits all the standard UNIX tools to be applied to
whatever I might want to do over the backup, which is often *very*
convenient.
On the other hand, I do confess that I am sometimes miffed at the waste
involved in a small change to a very large file. Rsync is smart about
moving minimal data, but it still stores an entire new copy of the file.
What's needed is a file system that can do what hard links do, but at the
file page level. I imagine that this would work using th...
2005 May 02
9
Sanity check for Shorewall and Openswan VPN and 2.6
I''m just looking for a quick sanity check to make sure what I''m finding
is really all necessary here.
I''m upgrading a gateway/firewall from Linux 2.4 to 2.6 using Mandrake 10.1.
In the old 2.4 kernel I structured my firewall rules around the ipsec0
interface, which I understand isn''t present with Openswan
running under 2.6 (no KLIPS). Ok,
So as I start to
2008 Jan 15
6
SQLite concurrency, SQLite3::BusyException
I am currently experiencing concurrency issues after moving from MySQL
to SQLite.
My original program worked fined using MySQL but is now returning
"SQLite3::BusyException" errors. The same result happens whether or
not I enable the allow_concurrency flag.
If I do manually acquire a lock on the SQLite DB the problem would
disapear, but I thought that rails was supposed to handle this
2003 Sep 29
2
parametric surfaces
Hi,
does anyone know how to plot 3D parametric surface,e.g ellipsoid:
x=a*cos(s)*cos(t),
y=b*sin(s)*cos(t),
z=sin(t);
s in [0,2*pi],
t in [-pi,pi].
Vytautas Maniusis,
Vilnius University, Lithuania
2011 May 02
1
Warning: SSL is disabled because global ssl=no, ignoring ssl=yes for subsection
...oday, I've been building the latest dovecot release (2.0.12) and
getting this up and running. My biggest problem has been reconstructing
the configuration file but, after a few diversions, I'm now back up and
running, with access to my mail once more.
However, I'm just a little bit miffed that I can't get rid of this warning.
My configuration:
root at Tower:~# doveconf -n
# 2.0.12: /usr/local/etc/dovecot/dovecot.conf
doveconf: Warning: SSL is disabled because global ssl=no, ignoring
ssl=yes for subsection
# OS: Linux 2.6.36.2-unRAID i686 Slackware 13.1.0 fuse.shfs
disable_p...
2002 Aug 10
1
Samba 2.2.x PDC code small corrections
...AIN_GROUP_RID_ADMINS);
static_map[0].sid_name_use = SID_NAME_DOM_GRP;
fstrcpy(static_map[0].nt_name, "Domain Admins");
fstrcpy(static_map[0].comment, "Administrators for the domain");
So before "Domains Admins" had bad domain sid.
Full patches are there http://www.mif.vu.lt/~rolnas/samba/.
I use them half year without problems.
Rolandas Naujikas
P.S. The code in source/passdb/passdb.c was before SAMBA_2_2_2(?) but gone.
2006 Jan 13
3
Saving a plot in R-LINUX
Good day,
Is there any way to save a plot produced by
R in a LINUX (Debian) machine?
The window opened by R to put the plot in,
does not give any option to save it (there
are options to move, close, minimise it, etc.
but not to save it). How do you do that?
Thanks,
Augusto
--------------------------------------------
Augusto Sanabria. MSc, PhD.
Mathematical Modeller
Risk Research Group
2006 May 15
6
Getting Net::IMAP to work with PLAIN auth type...
Hi there,
I''m new to rails and I''ve been successful tinkering around but
am miffed by the process of trying to connect to my mail server to receive
email for ActiveMailer parsing. I''m hosted on TextDrive and have read the
following article on the RubyonRails wiki:
http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer.
I want to connect to my...
2010 Jun 07
0
[LLVMdev] TTA-Based Codesign Environment (TCE) v1.2 released!
...wn to synthesizable VHDL and parallel program binaries. Processor
customization points include the register files, function units, supported
operations, and the interconnection network.
New features since the last release include LLVM 2.7 support with Clang as the
default compiler frontend, Altera MIF-format support for the Program Image
Generator, tools for testing that implementations match the architecture
model, and a lot of speedups and bugfixes.
Links:
* More information: http://tce.cs.tut.fi
* Download: http://tce.cs.tut.fi/index.php/download-tce
* Change log: http://tce.cs.tut.fi/downl...
2007 Jul 24
0
New package: pomp, inference for partially-observed Markov processes
...model's process and measurement components. The package's algorithms are
built on top of these functions.
At the moment, algorithms are provided for particle filtering (AKA sequential
importance sampling or sequential Monte Carlo) and the likelihood
maximization by iterated filtering (MIF) method of Ionides, Breto, and King
(PNAS, 103:18438-18443, 2006). Future support for a variety of other
algorithms is envisioned. A working group of the National Center for
Ecological Analysis and Synthesis (NCEAS), "Inference for Mechanistic
Models", is currently implementing additi...
2001 Jan 17
0
getting a ~ character in LaTeX
...detilde{\ }$.
I think this must also work in LaTeX.
Vigirdas Mackevicius
=============================================
Vigirdas MACKEVICIUS
Department of Mathematics and Informatics
Vilnius University
Naugarduko 24
2600 Vilnius
Lithuania
e-mail: vigirdas.mackevicius at maf.vu.lt
www: http://www.mif.vu.lt/~vigirdas
fax: (+370 2) 251585
=============================================
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]s...
2005 Dec 29
0
calculating recursive sequences
...is problem recursive sequence is linear, so it is possible to
calculate it as a linear equations solution, but it is easy to think
of the case where the recursion is non-linear. Is the speed-up
possible only by writing C or Fortran code with loops?
Vaidotas Zemlys
--
Doctorate student, http://www.mif.vu.lt/katedros/eka/katedra/zemlys.php
Vilnius University
2007 Jul 24
0
New package: pomp, inference for partially-observed Markov processes
...model's process and measurement components. The package's algorithms are
built on top of these functions.
At the moment, algorithms are provided for particle filtering (AKA sequential
importance sampling or sequential Monte Carlo) and the likelihood
maximization by iterated filtering (MIF) method of Ionides, Breto, and King
(PNAS, 103:18438-18443, 2006). Future support for a variety of other
algorithms is envisioned. A working group of the National Center for
Ecological Analysis and Synthesis (NCEAS), "Inference for Mechanistic
Models", is currently implementing additi...
2000 Dec 14
2
Could this autogen.sh script be added?
Could someone add this autogen.sh script to the
toplevel of openssh_cvs?
Many projects include an autogen.sh script
so that folks need not remember what auto
commands need to get run and in what order.
% cat autogen.sh
#!/bin/sh
# Run this program (./autogen.sh) after changing any of
# the files that are used to automatically generate
# other files.
#aclocal
autoheader
autoconf
#automake
2010 Dec 08
1
The Natives are Restless!
Has anyone noticed over the years, that every time a major new CentOS
release is just about to happen, suddenly there starts to be a few very
long and drawn out threads?
Has anyone ever considered that the core team is in fact monitoring this
thread while trying to devote as much time as possible to actually
getting the next release out the door? Could it possibly take longer for
the next