Displaying 4 results from an estimated 4 matches for "graph_galleri".
Did you mean:
graph_gallery
2010 Oct 19
1
could not find function "hmatplot"
I need a picture like this:
http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38
http://rwiki.sciviews.org/doku.php?id=graph_gallery:graph38
but when I try compile it
require("hexbin")
data(NHANES)# pretty large data set!
good <- !(is.na(NHANES$Albumin) | is.na(NHANES$Transferin))
NH.vars <- NHANES[good,
2013 Jan 30
0
texture mapping images on the faces of a cuboid with rgl
Hi,
I am interested in mapping 6 different images on the faces of a cube. I found the full code for doing this here :
http://rwiki.sciviews.org/doku.php?id=graph_gallery:cube
But I am unable to adapt the code for my purpose. I would appreciate it if I could get some help on the following points :
1. My images are jpeg images with dimensions of 1936*2584*3. Must I seperately process the grey and
2009 Jun 03
1
Would like to add this to example for plotmath. Can you help?
Greetings:
I would like comments on this example and after fixing it up, I need
help from someone who has access to insert this in R's help page for
plotmath.
I uploaded a drawing
http://pj.freefaculty.org/R/Normal-2009.pdf
that is created by the following code
http://pj.freefaculty.org/R/Normal1_2009_plotmathExample.R
This will be a good addition to the plotmath help page/example.
2006 Nov 07
3
have I an actual matrix?
Hi all!
I do hope question from newcomers are wellcome here! Thanks in advance.
Trying to catch up and to acquired the needed background to easily
read R documents it is being a bit hard to me to get into the
required concepts to deal with data.
I am trying to get data from a MySQL database and plotting it with
barplot. Here the code...
library(RMySQL)
con <- dbConnect(dbDriver