I have a table of 33291 rows. When i try to plot the graph with gradient
colour using "colorRampPalette" command but the out put graph is colourless
or in black colour.But when i try the same command with small values it is
working why it so?
Color <- colorRampPalette(c("red","blue"))
plot(x,y,co
sir i done this plot(1:33292, 1:33292,col=Color(33292)) command then it gives
the coloured line but again it is not working in my data why?
--
View this message in context:
http://r.789695.n4.nabble.com/Colour-gradient-is-not-working-tp4708000p4708036.html
Sent from the R help mailing list arc
How can i use colour gradient according to y axis if the y values not
increasing gradualy
--
View this message in context:
http://r.789695.n4.nabble.com/Colour-gradient-is-not-working-tp4708000p4708595.html
Sent from the R help mailing list archive at Nabble.com.
__
I have exel table having 39 coloumns ,and some cells are balnk.How can i put
zero in these empty cells using R
--
View this message in context:
http://r.789695.n4.nabble.com/Putting-Zero-in-table-using-R-tp4709807.html
Sent from the R help mailing list archive at Nabble.com.
__
When installing simba package following error showing
install.packages("simba")
Installing package into ‘/home/cbl/R/x86_64-redhat-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ‘vegan’
trying URL 'http:
How can i find jaccard index of two groups,which package is to be used?
please help
--
View this message in context:
http://r.789695.n4.nabble.com/Jaccard-index-tp4709883.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-proje
hi..
I have a csv file containing 35 coloumns and 193 rows.i want to generate
jaccards index to normalise these data.how can i do this also from these
data i want to draw boxplot.plz help
--
View this message in context:
http://r.789695.n4.nabble.com/jaccards-index-tp4710057.html
Sent from the
My table having 40 raw and 4 columns, in that 4 columns first column belongs
to one group and the remaining constitute the other group. using following
commands for calculating jaccard's index
x <- read.csv(file name,header=T, sep= )
jac <- vegdist(x,method="jaccard")
from this out file(jac) how
I draw world map using
library(maptools)
> library(ggmap)
> library(mapdata)
> library(maps)
>map("world",fill=TRUE,col="White",bg="light
blue",ylim=c(-60,90),mar=c(0,0,0,0))
>native <- c("brazil","sao paulo state")
> nat <-geocode(native)
>nat.x <- nat$lon
> nat.y <- nat$lat
>points(nat.x,nat.y,c
Instead of boxes use boxplot () then these values will be disappear
--
View this message in context:
http://r.789695.n4.nabble.com/Notched-boxplot-using-R-tp4710930p472.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-pr
sim(file_name,method="jaccard")
this command is giving the raw wise similarity matrix
how can i find column wise similarity matrix?
what is the command?
please help me
--
View this message in context:
http://r.789695.n4.nabble.com/Jaccard-index-tp471.html
Sent from the R help mailing list a
11 matches
Mail list logo