File:Venn4.png

From 太極
Jump to navigation Jump to search

Original file(982 × 1,168 pixels, file size: 103 KB, MIME type: image/png)

Summary

library(venn)
set.seed(12345)
x <- list(First = 1:40, Second = 15:60, Third = sample(25:50, 25), 
          Fourth=sample(15:65, 35))
venn(x, ilabels = "counts", zcolor = "style")

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:49, 23 April 2024Thumbnail for version as of 14:49, 23 April 2024982 × 1,168 (103 KB)Brb (talk | contribs)<syntaxhighlight lang='r'> library(venn) set.seed(12345) x <- list(First = 1:40, Second = 15:60, Third = sample(25:50, 25), Fourth=sample(15:65, 35)) venn(x, ilabels = "counts", zcolor = "style") </syntaxhighlight>

The following page uses this file: