Displaying 20 results from an estimated 4000 matches similar to: "combining plots (curve + Plot functions)"
2010 Oct 29
2
plot pdf
I want to plot the unstadardized version of a normal plot. Can you explain why that is not working?
Dev.set(1)
xcrit=-1.645
cord.x <- c(-3,seq(-3,xcrit,0.01),xcrit)
cord.y <- c(0,dnorm(seq(-3,xcrit,0.01)),0) # what does final 0 do here?
curve(dnorm(x,0,1),xlim=c(-3,3),main='Normal PDF')
polygon(cord.x,cord.y,col='orange')
2009 Jul 25
4
graphs
Hello,
I am plotting two distributions and want to draw a vertical line at the
critical point 149.
How can I stop it from going further up than the norm(140,15) curve?
x<-seq(75,225,0.1)
plot(x,dnorm(x,mean=140, sd=15), type='l', col='navy')
abline(v = 149, col = "black")
curve(dnorm(x,mean=150, sd=15),from=75, to=225, col='orange', add=TRUE)
Thank you.
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
Hi, I'd like to unsubscribe from the list.
Thanks
Neyra
________________________________
De: "r-help-request@r-project.org" <r-help-request@r-project.org>
Para: r-help@r-project.org
Enviado: sáb, octubre 30, 2010 5:30:07 AM
Asunto: R-help Digest, Vol 92, Issue 31
Send R-help mailing list submissions to
r-help@r-project.org
To subscribe or unsubscribe via the
2010 Nov 08
5
How to plot a normal distribution curve and a shaded tail with alpha?
I want to create a graph to express the idea of the area under a pdf curve,
like
http://r.789695.n4.nabble.com/file/n3032194/w7295e04.jpg
Thank you for any help.
-----
A R learner.
--
View this message in context: http://r.789695.n4.nabble.com/How-to-plot-a-normal-distribution-curve-and-a-shaded-tail-with-alpha-tp3032194p3032194.html
Sent from the R help mailing list archive at Nabble.com.
2006 Oct 26
1
Adding shading to background of Time series plot
Hello All,
Thank you in advance.
I have looked up and down in the archives to see if I could find some help
on moving the polygons to the background of a ts.plot. I've tried
panel.first in the gpars(...) arguments and trellis.focus, but I get
errors. Am I missing something easy here? Here is my script:
ts.plot(tsdjia, tstenyield, gpars = list(xlab = " ", ylab = " ",
2018 Oct 16
2
invisible functions
The survival package, like many others, has several helper functions that are not declared
in the namespace, since their only use is to be called by other "main" functions of the
package.? This works well since the functions in the survival namespace can see them ---
without ::: arguments --- and others don't.
Until a situation I ran into this week, for which I solicit comments
2013 Mar 17
1
zero line
Hi all,
I´m plotting cf (with two axis) and addind a shaded color up and down on
the 0 line x axis (tfr1 is the time). The thing is that when I plot this
graph adds a line up on the "first" plot.
I hope you can understand what I mean.
How should I erase this sencond line, it is suposed they have the same
data? Why zero line doesn´t complete the shaded area?
2005 Jan 09
1
Bristuffed Asterisk 1.0.3 hfc-s card doesn't work
I hva ean HFC-S card in a box that I'm trying to get to work with
bristuffed Asterisk 1.0.3. The box is an Athlon64 running a RHEL rebuild
with a plain vanilla 2.6.10 kernel. I tried both APIC and NOAPIC mode.
The installation went ok and does give output that seems correct
SPAN 1: CCS/ AMI Buil-out: 399-533 feet (DSX-1)
2 channels and one D-channel
Even though I've configured * to
2018 Oct 17
1
invisible functions
> 2. change cfun[[1]] <- quote(cord.work) to cfun[[1]] <-
> quote(survival:::cord.work). You say this will mess up your test bed.
> That suggests that your test bed is broken. This is a perfectly legal
> and valid solution.
Valid in a package, but forces code to call a loaded library version of a function rather than (say) a 'source'd user-space version that is under
2004 Apr 02
2
IMQ driver & kernel options
Hi,
i tried to insmod the imq.o module from http://pupa.da.ru/imq after a
successful compile, but it thows this error:
> insmod imq.o
imq.o: unresolved symbol nf_unregister_hook
imq.o: unresolved symbol nf_register_hook
I think I have some kernel options disabled, does anyone know which
one(s)?
Thanks
cord
_______________________________________________
LARTC mailing list /
2018 Feb 01
3
testing shutdown: pc not restarting; and "ups unavailable" messages
> It actually occurred to me that I could try this with another (any other) computer here at work, so I did. I set the BIOS to "always on" after power cut. I booted ubuntu. I did "sudo shutdown -h now" from the console. The pc switched off as expected. Then I removed the power cable and then plugged it back in. According to the theory above, this should have caused the
2014 Jul 10
1
Digium E1 card stops working til disconnect machine power cord
2010 Jul 06
2
Y-cords - What are they ?
Good Afternoon,
Can someone please explain what Y-cords are available out there and how they
can be used with Aastra or other VoIP phones? Maybe with or WITHOUT
headsets?
Isn't a Y-cord traded for soft Barge in these days?
Thanks,
Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 11
2
Unable to POST after suspend
Hi,
I just tried the live CD for CentOS 5.0 on a desktop computer and
decided to see if suspend worked. It seems it did, but I'm unable to
start the machine again.
It's a DIY system with an Asus K8V-X motherboard[1], an AMD Clawhammer
3200+ and 1 GB of Kingston ECC RAM. The system has been perfectly stable
despite being utterly abused on a daily basis for almost 3 years.
I've tried:
2010 Nov 20
1
extraction of element
Hello,
I want only the value of Beta so the statement? Power<-1-Beta[1] works right.
How to do?? See code below
Beta <- integrate(dnorm,mean=0,sd=1, 2.3552,Inf)
Power<- 1-Beta[1]
Sincerely,
Mary A. Marion
2017 Jun 08
5
Apple Mac slave
On Thu, 8 Jun 2017, Robbie van der Walle wrote:
> The "upsrw" command contacts upsd, so it sounds like you should be able to add a user to upsd.users on the NAS, and then run something like
> this on the Mac:
>
> ??upsrw -s battery.charge.low=80 -u upsmaster -s sekret UPS at synology
>
> Per?http://networkupstools.org/docs/man/upsd.users.html?,
2004 Oct 05
2
problems with X100P - Nochanneltyperegisteredfor 'Zap'
This may seem obvious or silly but have you tried using a different
phone cord?
A bad phone cord played havoc on a colleague of mine during initial
config.
Fro what you show as your output from ztcfg, you should have one channel
configured successfully then.
Your example shows you have the channel set to one so no problem there.
If you run ZAP SHOW CHANNELS from the CLI what do you see?
W
2017 Sep 21
6
prevent users from fiddling with network?
Dear Experts,
"this is system from the hell!"
Than was my first reaction when I realized that logged in with GUI (X11)
user can turn off (and on) network interfaces. Without being in sudoers
file. Wow, this is scary to see on workstations I manage centrally. Even
though I did consider local user to be able to execute the command
"shutdown" (which distinguished RedHat and
2017 Sep 21
2
prevent users from fiddling with network?
On Thu, September 21, 2017 12:42 pm, Joseph L. Casale wrote:
>> Than was my first reaction when I realized that logged in with GUI (X11)
>> user can turn off (and on) network interfaces. Without being in sudoers
>> file.
>
> Would not being in sudoers prevent them from pulling the cord out? The
> rational for the control is well justified for users with multiple
>
2004 Dec 15
2
TDM400p FXO module always offhook
I have a TDM400p with 3 FXS mods and 1 FXO mod. I have all set up with
what seems to be correct settings (according to digium and asterisk wiki).
As soon as I plug in my POTS line into FXO mod the line goes into offhook
state (whether I have power to the card or not). Should this happen?
When I try to call * box all I get is busy signal. I've installed stable
version, cvs version, change