Displaying 8 results from an estimated 8 matches for "hplot".
Did you mean:
plot
2006 Jun 01
1
problem when calling help.search() a second time
...Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> help.search(package = "graphics", keyword = "hplot")
#this one is OK, but not the next one:
> help.search(package = "stats", keyword = "hplot")
Erreur dans help.search(package = "stats", keyword = "hplot") :
could not find package 'stats'
> q()
#Now, if I switch the call order...
2006 Jun 02
1
error message from help.search()
...Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> help.search(package = "graphics", keyword = "hplot")
> help.search(package = "stats", keyword = "hplot")
Error in help.search(package = "stats", keyword = "hplot") :
could not find package 'stats'
> q()
could it be possible in this situation to have an error message
giving a cl...
2002 Feb 28
2
R help search engine
...en more useful.
I just ran into the following problem. I was looking at the rug command -
the one that adds a rug to a plot. Then, out of curiosity, I went to the
keywords by topic section of help and tried to locate rug there. I
expected it to be in the graphics/aplot but instead I found it in hplot. I
know this sounds like nitpicking, but the description of the rug is
entitled "Add a Rug to a Plot" and the description of, say, arrows is
entitled "Add Arrows to a Plot", but the latter is in aplot and the former
in hplot.
I found the actual index file in $R_HOME/doc/html/s...
2009 Nov 15
1
Problem building package for R 2.10.0 on Mac OS X
...examples in 'rioja-Ex.R' failed.
The error most likely occurred in:
> ### * chclust
>
> flush(stderr()); flush(stdout())
>
> ### Name: chclust
> ### Title: Constrained hierarchical clustering
> ### Aliases: chclust plot.chclust bstick.chclust
> ### Keywords: cluster hplot
>
> ### ** Examples
>
> data(RLGH)
> diss <- dist(sqrt(RLGH$spec/100)^2)
> clust <- chclust(diss)
> bstick.chclust(clust, 10)
Loading required package: vegan
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package...
2003 Jul 21
3
Confidence Band for empirical distribution function
Hi,
I was trying to draw an empirical distribution function with uniform
confidence bands. So I tried to find a way to calculate values of the
Kolmogorov-Smirnov Distribution but failed.
I guess it must be hidden somewhere (since the ks-test is implemented),
but I was unable to find it.
Is there any way to do this?
Thanks
Leif Boysen
2000 Nov 08
4
How to plot error bars
I'm a newcomer to R. I can't seem to find any documentation how to add
error bars to points in scatter plots. I guess I could plot the points,
then compute and plot line segments in the X and/or Y directions to
represent the errors?
- Mike
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2008 May 05
3
troubles with R CMD check and examples under Ubuntu gutsy
Dear listers,
I was used to package pgirmess under Windows with everything OK, but,
for the first time, I had a trial this afternoon on Ubuntu 7.10 gutsy (I
have a double boot computer and work more and more under unix) and R
2.7.0. Everything went OK except this:
sudo R CMD check pgirmess
.....
* checking examples ... ERROR
Running examples in 'pgirmess-Ex.R' failed.
The error most
2001 Sep 14
3
R Installation problem: 'make check' errors
Hi All,
I'm trying to install R from source on an Intel machine running Linux
(RedHat 6.2) and I am getting errors (Error 139, Error 2, and Error 1) on
'make check'. Perhaps I've forgotten something basic?
---------------------------------------------------------------------
Here's what I've done:
/configure --prefix=/home1/froth/R --enable-R-shlib --with-tcltk