Displaying 20 results from an estimated 25 matches for "linky".
Did you mean:
link
2004 Mar 17
0
Plot 2 time series with different y axes (left and right)
...-----------------------------------------------------------------------
plot.yy <- function(x, yright, yleft,
yleftlim=NULL, yrightlim = NULL,
xlab = NULL, yylab=c("",""),
pch=c(1,2), col=c(1,2),
linky=F, smooth=0,
lwds=1, length=10, format="%d-%H:%M", ...
)
{
par(mar=c(5,4,4,2),oma=c(0,0,0,3))
plot(x, yright, ylim=yrightlim, axes=F,ylab="", xlab=xlab,
pch=pch[1],col=col[1], ...)
axis(4,pretty(range(yright,na.rm=T),10),col=...
2019 Feb 12
2
[cfe-dev] clang in official apt repo built without z3 support
On Tue, 12 Feb 2019, 14:32 Paulo Matos <pmatos at linki.tools wrote:
>
>
> On 12 February 2019 18:59:21 CET, Mikhail Ramalho <
> mikhail.ramalho at gmail.com> wrote:
> >I _think_ there is a problem with the license as well: Z3 is MIT, so
> >clang
> >would have to be released with Z3's license.
>
> I don't think that's a problem. You are not
2003 May 01
0
Lütfen dikkate aliniz
Arkadaslar, l?tfen dikkate alin, yardimci olalim:
Merhaba,
cok zor durumda ve baska caresi kalmamis biri olarak hosg?r?n?ze ve insan sevginize siginarak sizden bana cok kisada olsa kulak vermenizi rica edecegim.
Ben, 34 yasinda evli ve 4 yasinda olan bir cocuk babasiyim. Aile hayatimizin sorunsuz ve mutlu sekilde devam ederken biricik oglumuz aniden rahatsizlandi. Uzun s?ren arastirmalar
2009 Mar 30
3
Call-limit=1 breaks attended transfer
Howdy,
Was there ever a fix for this?
I have Trix 2.6 running asterisk 1.4 and have to set an extension with call-limit=1. However that user can no longer do attended transfers from Linkys 962 ip phone.
Is there anyway around this?
Cheers,
Taff..
2002 Jun 11
5
Different y-axes
Hi All,
I have checked everything I could find abot graphics, but still cannot
solve the problem.
Are there any ways to make a graph that plots two lines and two
different y-axes, each of them has a scale that is related to the
respective line. For example, y1 has a range 1:50 and y1 ranges 0:1. The
x-axe is the same for both.
Thank you in advance.
---
Gregor Gawron
2017 Nov 23
2
adding percentage secondary y-axis
...d.plot(lx=D[,1],ly=D[,2], rx=D[,1], ry=D[,3])
or
plot.yy(x=D[,1],yright=D[,3], yleft=D[,2])
which allows only one x axis (see below).
Cheers
Petr
plot.yy <- function (x, yright, yleft, yleftlim = NULL, yrightlim = NULL,
xlab = NULL, yylab = list(NA, NA), pch = c(1, 2),
col = c(1,2), linky = F, smooth = 0, lwds = 1, length = 10,
format = "%d/%m", rect = NULL, type = "p", ...)
{
par(mar = c(5, 4, 4, 2), oma = c(0, 0, 0, 3))
plot(x, yright, ylim = yrightlim, axes = F, ylab = "", xlab = xlab,
pch = pch[1], col = col[1], type = type,...
2017 Nov 23
0
adding percentage secondary y-axis
...d.plot(lx=D[,1],ly=D[,2], rx=D[,1], ry=D[,3])
or
plot.yy(x=D[,1],yright=D[,3], yleft=D[,2])
which allows only one x axis (see below).
Cheers
Petr
plot.yy <- function (x, yright, yleft, yleftlim = NULL, yrightlim = NULL,
xlab = NULL, yylab = list(NA, NA), pch = c(1, 2),
col = c(1,2), linky = F, smooth = 0, lwds = 1, length = 10,
format = "%d/%m", rect = NULL, type = "p", ...)
{
par(mar = c(5, 4, 4, 2), oma = c(0, 0, 0, 3))
plot(x, yright, ylim = yrightlim, axes = F, ylab = "", xlab = xlab,
pch = pch[1], col = col[1], type = type,...
2003 Jan 20
3
Plotting w/multiple y-axes?
How do I plot using multiple(2) y-axes?
I have two series that use the same x-data, but have very different scales.
Appreciate any feedback,
Per Bak
2002 Jun 17
3
Second axis in a plot
Hi to all,
First of all, I prefer to tell that I am a R-newbie,
so I apologize if this is a silly question (I have
tried looking in the manuals, but without luck).
I have two variables, y and z, that I want to plot
against x in the same plot. I have done this before,
using points() after plot(). But now the problem is
that y and z are in different units of measurement,
and their ranges are very
2017 Nov 23
2
adding percentage secondary y-axis
Dear useRs,
I have this dataset (D) with three columns.
> dput(D)
structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 2.990484802, 3.005018792, 3.019552781, 3.03408677,
3.048620759, 3.063154749, 3.077688738, 3.092222727, 3.106756717,
3.121290706, 3.135824695, 3.150358684, 3.164892674, 3.179426663,
3.193960652, 3.208494642, 3.223028631, 3.23756262,
2006 Jun 27
2
mail_to link where the recipient is a variable
Hi,
I want to put a mail_to link in my views, where the recipient is a
variable stored in the database. It is not clear to me how I would do
this from reading the docs. Could someone please explain or point me
in the right direction.
Thanks,
Paul
2008 Dec 19
4
Web based ssl VPN
Can anyone recommend one to run under CentOS?
Dnk
Sent from my iPhone
2004 Feb 24
5
r: plots
hi all
i have another probably simple question.
I have three variables say x, y and z. x and y are quite large and z is
relative small.
how can one plot the three variables on the same graph with two separate
axis?
(one for x and y and the other for z)
e.g.
x<-c(101,110,150,167,120)
y<-c(120,135,175,95,200)
z<-c(0.001, 0.15, 0.6, 0.8, 1)
regards
Allan
2006 Mar 29
6
Asterisk with Vonage
I know Vonage doesn't officially have a "bring your own device" type
program, but they do offer a softphone. Has anyone gotten Asterisk to
connect directly to Vonage? This would be a great help!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060329/5bc9f644/attachment.htm
2011 Jun 02
0
Martin T soovib vestelda
-----------------------------------------------------------------------
Martin T soovib m?ningaid Google'i uusi lahedaid tooteid kasutades
t?husamalt suhelda.
Kui teil on juba Gmail v?i Google Talk, k?lastage:
http://mail.google.com/mail/b-b1582f7c47-bb95c4c048-xaFhqyy53hFz38AqKrnAp3IUOaM
Kasutajaga Martin T vestlemiseks peate kl?psama seda linki.
Selleks, et hankida endale Gmail ? rohkem
2006 Oct 17
0
How to get Linksys-Sipura error codes ?
Hi,
Through our reseller, we couldn't get any clue to Linkys-Sipura products
error codes.
This keeps us from analysing Syslogs.
Has anyone a clue to get this error codes and their meaning ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061017/eb5e3bbe/...
2010 Jul 15
2
What does these errors mean?
...quot;, with original winxp DLLs.
I'm getting the following two errors:
> err:mmtime:TIME_MMTimeStop Timer still active?!
> err:d3d:context_release Failed to restore GL context 0x1e10b8 on device context 0x758, last error 0x7d0.
The latter of which I have found in only one other topic (linky (http://forum.winehq.org/viewtopic.php?t=7324&highlight=failed+restore++context)).
I've found the former several times, but didn't find an explanation of its meaning.
So, does anyone understand what these errors mean and can explain them to me, if possible with a fix?
Thanks in advan...
2020 Nov 17
1
RFC: Multiple program address spaces
Fixing llvm-dev at llvm.org to llvm-dev at lists.llvm.org
On Tue, Nov 17, 2020 at 11:27 AM Thomas Lively <tlively at google.com> wrote:
> Thanks for your work on this, Paulo!
>
> Here's some more detail about how function pointers work today in the
> WebAssembly backend and how they differ from the `funcref` Paulo is
> working on.
>
> Today in the WebAssembly
2007 Jan 28
2
help with RandomForest classwt option
Hello there,
I am working on an extremely unbalanced two class classification problems. I
wanna use "classwt" with "down sampling" together. By checking the rfNews()
in R, it looks that classwt is not working yet. Then I looked at the
software from Salford. I did not find the down sampling option. I am
wondering if you have any experience to deal with this problem. Do you
2013 Jun 27
2
[HELP] RoR Fedena App Installation: Rake Gem
I''m really a newbie with RoR.
But I need to deploy this app as soon as possible.
RoR App: Fedena
RoR Ver: 1.8.7
When I type any rake commands I always encounter this problem:
rake aborted!
uninitialized constant ActiveSupport::Dependencies::Mutex
Locally, I did find the solution for this problem by downgrading my Rake
Gem version from 0.9.2 to 0.8.7.. The problem is installing it on