Displaying 7 results from an estimated 7 matches for "pramet".
Did you mean:
pamet
2005 May 25
1
Ternary Plots with continuous data
Hello
I have a data base consisting of soil parameters, and tree species
densities. The vcd (visualizing categorical data) package includes the
ternaryplot function which plots the gravitation center of 3 prameters.
I'd like to find a similar function for use with continuous data rather than
categorical.
Does anyone know of a function suitable for this objective?
Thanks
Steve Friedman
2011 Feb 03
1
lmtp error at domains containing "-" sign
hallo,
I have running dovecot 2.0.9.
I want to deliver mail with rcipient prameter "-", we spoked about that at
thread "LMTP with address extension" and after your patch and version 2.0.8
that works.
But now, there's an another much greater problem. No mails to adresses, which
domain-part contains an "-" sign wil be delivered (i.e.
test a...
1999 Aug 28
2
Limiting browing when Samba on a gateway
We have a Samba server running on a gateway. However whenever a
client connects to it, Samba tries to report it to peers on the second
interface who happens to be connected to a cable modem and our ISP.
Is there a way to avoid this? I already have set up the interfaces
prameter to the intranet interface but doesn't seem to solve the
problem.
--
Jean Francois Martinez
Project Independence: Linux for the Masses
http://www.independence.seul.org
2006 Jun 24
1
select or select_tag ?
...<select id="tesi_relatore_id" name="tesi[relatore_id]">
and the other
<select id="tesi_controrelatore_id" name="tesi_controrelatore_id">
my class can be saved just using the first one. but now I''ve problem
with the ''option prameter'' :<
I''m a bit confused :)
--
Emanuele Tozzato
mob +39 329 29 56 995
icq 30 77 52 76
web mekdigital.com
2011 Sep 05
1
capturing a figure to PDF or Image
Hello,
I've been using jpeg(), bmp() and pdf() to capture plots.
I've used the parameter "at" in a plot, to define the tickmarks.
It works fine on screen, but when I try to print it to a file, it gives a
warning:
"at" is not a graphical parameter
and prints an empty figure. Can you help?
Thanks,
Eran.
[[alternative HTML version deleted]]
2017 Oct 10
1
About multiple panels with limited space in-between
Hi R users,
I have a question about plotting. The following two datasets are an
example. What I have in mind is like the attached figure, but just have two
rows, top row is for DF1, bottom row is for DF2. The top and bottom rows,
have x-axis as var1, var2, var3, etc, while the y-axis represents A. For
each row, only the leftmost panel has y-axis ticks and label. For the two
rows, only the bottom
2015 Aug 19
5
creating a callinst to an external function
Dear All
I'm making an instrumentation pass. The pass is supposed to modify the given IR in a specefic way. One of the required modifications is to insert a call to a function at a specific location.
This is the signature of the called function:
void myclass::foo(Function *f, BasicBlock* b)
This function's prototype is in an foofile.h file in include/llvm
And the function