In RGui, I'm running the following bit of code:
windowsFonts(A=windowsFont("Times New Roman"))
plot(0,0, ylab='y axis', xlab='x axis',main='title',family="A")
The labels and title appear in Times New Roman font. So far, so good. However,
when I right click the figure and select 'Save as postscript
As per the title, I'd like to generate a dashed/dotted CDF plot of my data
using ecdf. Unfortunately, it seems like I can't get the plot to look
dashed/dotted even after specifying it in the plot function. I suspect this may
be because of the high number of data points. Here's a short sample of
Thanks for the help. Sorry, I am not sure why it looks like that in the mailing
list - it looks much more neat on my end (see attached file).
On Wednesday, April 20, 2016 2:01 PM, Berend Hasselman
wrote:
> On 20 Apr 2016, at 13:22, A A via R-help wrote:
>
>
>
&
. Please excuse my brevity.
On April 20, 2016 4:22:34 AM PDT, A A via R-help wrote:
I have a situation in R where I would like to find any x (if one exists) that
solves the linear system of equations Ax = b, where A is square, sparse, and
singular, and b is a vector. Here is some code that
an answer (but I think it convertsyour sparse matrix into a dense one before
doingany linear algebra).
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Apr 20, 2016 at 4:22 AM, A A via R-help wrote:
I have a situation in R where I would like to find any x (if one exists) that
solves
Hi R Users,
I'm fairly new to R (about 3 months use thus far.)
I wanting to use the arimax function from the TSA library to incorporate some
exogenous inputs into the basic underllying arima model.Then with that newly
model of type arimax, I would like to make a prediction.
To avoid be
Hi, I am trying to install Bioconductor onto R version 2.7.0 for Windows. I
installed R, then followed the instructions on
http://www.bioconductor.org/download, which state that you should type the
following:
source("http://bioconductor.org/biocLite.R";)
biocLite()
When I do that, I get the f
7 matches
Mail list logo