en
de
Local
OpenID
:
no help available
no help available
BibSonomy
user
tag
user
group
author
concept
BibTeX key
search:all
::
folke
::
The blue social bookmark and publication sharing system.
sign in
home
groups
popular
posts
tags
authors
concepts
discussions
actions for all displayed bookmarks:
export:
RSS
,
BibTeX
,
XML
sort:
criterion:
date
,
title
order:
ascending
,
descending
others:
display: all,
bookmarks only
bookmarks per page:
5
10
20
50
100
bookmarks
(65)
actions for all displayed publications:
export:
RSS
,
BibTeX
,
RDF
,
more...
sort:
criterion:
date
,
title
order:
ascending
,
descending
advanced...
others:
display: all,
publications only
publications per page:
5
10
20
50
100
publications
(10)
browse
R
as tag from all users
r
as concept from folke
related tags
+
tutorial
+
plot
+
statistics
+
igraph
+
gnu
+
sna
+
example
+
graph
+
graphics
+
distribution
+
introduction
+
examples
+
analysis
+
fitting
+
emacs
+
error
+
gis
+
network
+
howto
+
package
concepts
algorithm
←
algorithms
apache
←
lenya
cms
←
lenya
crawl
←
crawler
data
←
dataset
dataset
←
datasets
datasets
←
dataset
dynamic
←
>dynamics
dynamics
ea
←
everyaware
example
←
examples
experiments
←
experiment
fca
←
pseudo-intent
generation
←
generator
introduction
←
survey
java
←
eclipse
kde
←
clustering
community
detection
label
←
labled
math
←
graph
spectral
theory
metric
←
metrics
metrics
←
metric
network
←
networks
R
←
r
recommender
←
recommendation
rule
←
rules
semantic
←
semantics
webservice
←
webservices
xml-publishing
←
cform
cocoon
tags
community
graph
detection
analysis
network
sna
clustering
theory
tutorial
recommender
social
spectral
introduction
link
java
R
lda
matrix
example
similarity
twitter
prediction
r
statistics
evaluation
survey
svd
models
web
linux
random
sampling
data
comparison
modularity
semantic
opensocial
model
2009
dataset
admin
algorithm
bayesian
online
folksonomy
myown
pkdd
geolocation
ecml
library
R Tutorial: Visualizing 6 Degrees of Separation in A Graph - BioTinker
http://www.biotinker.com/2/post/2013/03/r-tutorial-visualizing-6-degrees-of-separation-in-a-graph.html
http://www.biotinker.com/2/post/2013/03/r-tutorial-visualizing-6-degrees-of-separation-in-a-graph.html
a month and 9 days ago
by
folke
1
example
graph
igraph
plot
r
tutorial
example
graph
igraph
plot
r
tutorial
(0)
GAM Plot with 95% Confidence Shade « Rforge
http://rforge.org/2009/08/11/gam-plot-with-95-confidence-shade/
http://rforge.org/2009/08/11/gam-plot-with-95-confidence-shade/
3 months and 17 days ago
by
folke
1
R
band
confidence
error
interval
plot
standard
R
band
confidence
error
interval
plot
standard
(0)
Log-log Plots
http://sphaerula.com/legacy/R/logLogPlots.html
http://sphaerula.com/legacy/R/logLogPlots.html
3 months and 17 days ago
by
folke
1
R
example
grid
log-log
plot
R
example
grid
log-log
plot
(0)
Plotting Error Bars in R
http://monkeysuncle.stanford.edu/?p=485
http://monkeysuncle.stanford.edu/?p=485
3 months and 19 days ago
by
folke
2
R
bar
error
plot
R
bar
error
plot
(0)
myowelt: Beautiful Error Bars in R
http://myowelt.blogspot.de/2008/03/beautiful-error-bars-in-r.html
http://myowelt.blogspot.de/2008/03/beautiful-error-bars-in-r.html
3 months and 19 days ago
by
folke
1
R
bars
error
R
bars
error
(0)
100 most read R posts for 2012 (stats from R-bloggers) – big data, visualization, data manipulation, and other languages | R-statistics blog
http://www.r-statistics.com/2013/01/100-most-read-r-posts-for-2012-stats-from-r-bloggers-big-data-visualization-data-manipulation-and-other-languages/
http://www.r-statistics.com/2013/01/100-most-read-r-posts-for-2012-stats-from-r-bloggers-big-data-visualization-data-manipulation-and-other-languages/
3 months and 22 days ago
by
folke
2
blog
overview
r
blog
overview
r
(0)
Visualisation de données médiatiques et géographiques avec R
http://wukan.ums-riate.fr/
http://wukan.ums-riate.fr/
5 months and 21 days ago
by
folke
1
R
analysis
data
examples
news
open
R
analysis
data
examples
news
open
(0)
Re: [igraph] How to check igraph version in R?
http://lists.gnu.org/archive/html/igraph-help/2011-04/msg00048.html
http://lists.gnu.org/archive/html/igraph-help/2011-04/msg00048.html
7 months ago
by
folke
1
R
gnu
hint
package
show
version
R
gnu
hint
package
show
version
(0)
Package ‘topicmodels’
http://cran.r-project.org/web/packages/topicmodels/topicmodels.pdf
http://cran.r-project.org/web/packages/topicmodels/topicmodels.pdf
8 months ago
by
folke
1
R
gnu
implementation
lda
models
topic
R
gnu
implementation
lda
models
topic
(0)
Customizing graphics
par("usr")[1], (1 + lambda) * par("usr")[4] - lambda * par("usr")[3], ·
http://zoonek2.free.fr/UNIX/48_R/04.html
par("usr")[1], (1 + lambda) * par("usr")[4] - lambda * par("usr")[3], ·
http://zoonek2.free.fr/UNIX/48_R/04.html
10 months ago
by
folke
4
R
example
examples
gallery
graphics
R
example
examples
gallery
graphics
(1)
Playing with Google's PageRank
norma ·
http://users.dimi.uniud.it/~massimo.franceschet/R/pagerank.html
norma ·
http://users.dimi.uniud.it/~massimo.franceschet/R/pagerank.html
10 months ago
by
folke
1
R
code
example
pagerank
tutorial
R
code
example
pagerank
tutorial
(0)
Re: [igraph] reading large, sparse graph with read.graph
el <- matrix(scan("/tmp/edgelist"), nc=3, byrow=TRUE) g <- graph( t(el[,1:2]) ) E(g)$weight <- el[,3] ·
http://lists.gnu.org/archive/html/igraph-help/2010-04/msg00102.html
el <- matrix(scan("/tmp/edgelist"), nc=3, byrow=TRUE) g <- graph( t(el[,1:2]) ) E(g)$weight <- el[,3] ·
http://lists.gnu.org/archive/html/igraph-help/2010-04/msg00102.html
11 months ago
by
folke
1
R
graph
igraph
read
slow
workaround
R
graph
igraph
read
slow
workaround
(0)
GNU R: plot – Wikibooks, Sammlung freier Lehr-, Sach- und Fachbücher
http://de.wikibooks.org/wiki/GNU_R:_plot
http://de.wikibooks.org/wiki/GNU_R:_plot
11 months ago
by
folke
1
R
cheatsheet
gnu
plot
refcard
summary
R
cheatsheet
gnu
plot
refcard
summary
(1)
Visualising Twitter User Timeline Activity in R « OUseful.Info, the blog…
http://blog.ouseful.info/2012/02/17/visualising-twitter-user-timeline-activity-in-r/
http://blog.ouseful.info/2012/02/17/visualising-twitter-user-timeline-activity-in-r/
11 months ago
by
folke
1
R
analysis
series
time
tutorial
twitter
R
analysis
series
time
tutorial
twitter
(1)
One R Tip A Day: Word Cloud in R
http://onertipaday.blogspot.de/2011/07/word-cloud-in-r.html
http://onertipaday.blogspot.de/2011/07/word-cloud-in-r.html
11 months ago
by
folke
1
R
blog
cloud
howto
tag
word
wordcloud
R
blog
cloud
howto
tag
word
wordcloud
(1)
Global Administrative Areas | Boundaries without limits
http://gadm.org/
http://gadm.org/
11 months ago
by
folke
2
R
data
dataset
maps
spatial
R
data
dataset
maps
spatial
(1)
Revolutions: Geographic maps in R
http://blog.revolutionanalytics.com/2009/10/geographic-maps-in-r.html
http://blog.revolutionanalytics.com/2009/10/geographic-maps-in-r.html
11 months ago
by
folke
1
R
geo
geographic
gis
map
plot
spatial
R
geo
geographic
gis
map
plot
spatial
(0)
Infomaps using R – Visualizing German unemployment rates by district on a map | (R news & tutorials)
http://www.r-bloggers.com/infomaps-using-r-%E2%80%93-visualizing-german-unemployment-rates-by-district-on-a-map/
http://www.r-bloggers.com/infomaps-using-r-%E2%80%93-visualizing-german-unemployment-rates-by-district-on-a-map/
11 months ago
by
folke
1
R
gis
howto
plot
spatial
R
gis
howto
plot
spatial
(1)
Using R as a GIS - Francisco Rodriguez-Sanchez
http://sites.google.com/site/rodriguezsanchezf/news/usingrasagis
http://sites.google.com/site/rodriguezsanchezf/news/usingrasagis
11 months ago
by
folke
1
R
geo
gis
map
plot
R
geo
gis
map
plot
(0)
Maps in R -- Examples, part 1
http://geography.uoregon.edu/GeogR/examples/maps_examples01.htm
http://geography.uoregon.edu/GeogR/examples/maps_examples01.htm
11 months ago
by
folke
1
R
geo
gis
howto
map
plot
R
geo
gis
howto
map
plot
(0)
R graphics
P. Murrell
.
Chapman \& Hall/CRC,
(
2005
)
P. Murrell
.
Chapman \& Hall/CRC,
(
2005
)
6 months and 17 days ago
by
folke
4
R
book
gnu
graphics
r
R
book
gnu
graphics
r
(0)
URL
DOI
TeX
recommenderlab: A Framework for Developing and Testing Recommendation Algorithms
M. Hahsler
.
(
2011
)
M. Hahsler
.
(
2011
)
8 months ago
by
folke
1
R
cf
collaborative
filtering
framework
introduction
recommender
R
cf
collaborative
filtering
framework
introduction
recommender
(0)
URL
DOI
TeX
Plotting, Derivatives, and Integrals for Teaching Calculus in R
Daniel Kaplan
.
(
2012
)
Daniel Kaplan
.
(
2012
)
11 months ago
by
folke
1
calculus
derivatives
gnu
integration
introduction
r
tutorial
calculus
derivatives
gnu
integration
introduction
r
tutorial
(1)
URL
DOI
TeX
Einführung in die Statistik mit R
Andreas Handl
.
(
2008
)
Andreas Handl
.
(
2008
)
11 months ago
by
folke
1
R
introduction
statistics
textbook
R
introduction
statistics
textbook
(0)
URL
DOI
TeX
Writing R Extensions
R Development Core Team
.
(
2010
)
R Development Core Team
.
(
2010
)
a year and 8 months ago
by
folke
1
extensions
r
reference
extensions
r
reference
(0)
URL
DOI
TeX
R's .Call interface
Martin Morgan
.
(
2011
)
Martin Morgan
.
(
2011
)
a year and 8 months ago
by
folke
1
course
extension
r
course
extension
r
(0)
URL
DOI
TeX
Bayesian computation with R
Jim. Albert
.
Springer,
Dordrecht,
(
2009
)
Jim. Albert
.
Springer,
Dordrecht,
(
2009
)
a year and 9 months ago
by
folke
5
R
bayesian
statistics
R
bayesian
statistics
(0)
URL
DOI
TeX
Technical note: Curve fitting with the R Environment for Statistical Computing
DG Rossiter
.
(
2009
)
DG Rossiter
.
(
2009
)
a year and 10 months ago
by
folke
1
curve
fitting
gnu
r
curve
fitting
gnu
r
(0)
URL
DOI
TeX
Fitting Distributions with R
Vito Ricci
.
(
2005
)
Vito Ricci
.
(
2005
)
2 years and 6 months ago
by
folke
1
distribution
fitting
model
r
statistics
distribution
fitting
model
r
statistics
(0)
URL
DOI
TeX
BibSonomy is offered by the
KDE group
of the University of Kassel, the
DMIR group
of the University of Würzburg, and the
L3S Research Center
, Germany.
Privacy & Terms of Use
-
Contact