Search notes:

R function: pairs

X11()

df <- data.frame (
   col_1  = round(runif(10)*10, 1),
   col_2  = round(runif(10)*10, 1),
   col_3  = round(runif(10)*10, 1),
   col_4  = round(runif(10)*10, 1),
   col_5  = round(runif(10)*10, 1)
)


pairs(df, col=1:10)

z <- locator(1)
Github repository about-r, path: /functions/pairs.R

See also

Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758201007, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/pairs(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78