Quantcast
Channel: Digital Hardcore » R
Browsing latest articles
Browse All 13 View Live

Image may be NSFW.
Clik here to view.

Automatically Chart Web Based Global Temperature Data with “R”

## Get Monthly anomaly data link1 mo_RSS_in skip = 3, sep = "", dec=".", row.names = NULL, header = FALSE, as.is = T, colClasses = c(rep("numeric",3), rep("NULL", 8)), comment.char = "#", na.strings =...

View Article



Image may be NSFW.
Clik here to view.

R code completition

This tutorial show how we can have code competition for R statistical language. We use CompletePlus function in the svMisc package. This function uses the completion engine that comes with R, and looks...

View Article

Image may be NSFW.
Clik here to view.

Χρήσιμες Εντολές R για GIS

Διαβάζει ένα shapefile και το απεικονίζει library(maptools) lesvos = readShapePoly("shp/lesvos.shp") plot( lesvos ) Απεικονίζουμε ένα shapefile με ξεχωριστό τιμές για κάθε πολύγωνο. library(maptools)...

View Article

Image may be NSFW.
Clik here to view.

R αποθήκευση χώρου εργασίας

Στο R έχουμε την δυνατότητα να αποθηκεύσουμε τον χώρο εργασίας μας (settings, data, variables) έτσι ώστε να μπορούμε κάποια άλλη στιγμή να τα ανακτήσουμε και να συνεχίσουμε από εκεί που είχαμε...

View Article

Image may be NSFW.
Clik here to view.

R κλίμακες αξόνων

Πολλές φορές όταν οπτικοποιούμε δεδομένα με διαφορετικό εύρος τιμών αντιμετωπίζουμε το πρόβλημα οτι δεν μπορούμε να χρησιμοποιήσουμε διαφορετικές κλίμακες στους άξονες του γραφήματος μας. Υπάρχει...

View Article


Image may be NSFW.
Clik here to view.

R: Random Walk (χάραξη τυχαίας διαδρομής)

Η έννοια του Random Walk έχει να κάνει με την δημιουργία ενός τυχαίου τρόπου μεταφοράς από ένα σημείο Α σε ένα σημείο Β. Χρησιμοποιείτε από διάφορες επιστήμες για διαφορετικές κάθε φορά εφαρμογές. Στην...

View Article

Image may be NSFW.
Clik here to view.

R στο Notepad++

Αν τρέχετε R  για τις στατιστικές σας αναλύσεις, τότε μπορείτε να κάνετε το Notepad++ έναν πολύ καλό R Editor για να γράφετε κώδικα. Το NppToR είναι ένα extension που παρέχει δυνατότητες ενσωμάτωσης R...

View Article

Image may be NSFW.
Clik here to view.

Διάγραμμα Radar με R

Μπορεί να χρησιμοποιηθεί σε σύγκριση μεταβλητών μεταξύ περιοχών. Κατεβάστε τα δεδομένα:data.csv require(plotrix) #eisagogi dedomenon apo to csv jim #megethos gramatoseiras #par(ps=1) #Sxediasi tou...

View Article


Image may be NSFW.
Clik here to view.

Kernel Density Estimation στο R

Η μέθοδος εκτίμησης πυρήνα είναι ένας τρόπος να υπολογίσουμε την πιθανότητα της πυκνότητας των παρατηρήσεων μας. Γραφικά μπορούμε δηλαδή να προεκτείνουμε τις παρατηρήσεις των δεδομένων μας και έτσι να...

View Article


Image may be NSFW.
Clik here to view.

Εγκατάσταση πακέτων της R και πρόβλημα με το proj_api.h

Κατά την προσπάθεια εγκατάστασης κάποιων χωρικών πακέτων της R, όπως η rgdal και το sqlitemap, μπορεί αυτή να αποτύχει διότι δεν μπορεί να βρεθεί το proj_api.h. Το proj_api.h όπως φαίνεται δεν έρχεται...

View Article

Image may be NSFW.
Clik here to view.

Simple distribution plot in R

Plot the distribution of a sample as bars and add a histogram line for visualizing the sample characteristics. Source code   ##' Plot distribution of a sample with bars, lines and rug.##' @title ##'...

View Article

Image may be NSFW.
Clik here to view.

Barplot in R with subtitle

This is a simple barplot with subtitle describing the sample. Elegant and efficient. Source code   ##' Create Barplot of a table and add a lable with value (absolute or percentage)##'##' @title...

View Article

Image may be NSFW.
Clik here to view.

R library for spatial microsimulation

Spatial microsimulation is a method where we construct small area population data from the combination of various data sources. In order to perform this combination of census and survey data, we need...

View Article

Browsing latest articles
Browse All 13 View Live




Latest Images