Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I find a implementation of a data-structure corresponding to a mathematical Set in R?

I am new to R and I would like to know where I can find a standard implementation of a data-structure corresponding to a mathematical Set in R. Something similar to pythons built-in Type set for example.

like image 812
Nico Avatar asked Oct 24 '11 12:10

Nico


1 Answers

I think you need to learn how to search CRAN, the R archive. I found this:

http://ftp.heanet.ie/mirrors/cran.r-project.org/web/packages/sets/index.html

Note the URL there is my local mirror. Start at www.r-project.org and carry on.

like image 133
Spacedman Avatar answered Nov 15 '22 01:11

Spacedman