R Dataset / Package datasets / islands
Attachment | Size |
---|---|
dataset-53919.csv | 627 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the islands data set which pertains to Areas of the World's Major Landmasses. The islands data set is found in the datasets R package. Try to load the islands data set in R by issuing the following command at the console data("islands"). This may load the data into a variable called islands. If R says the islands data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with library("datasets") followed by data("islands"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing islands at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the islands R data set. The size of this file is about 627 bytes. Areas of the World's Major LandmassesDescriptionThe areas in thousands of square miles of the landmasses which exceed 10,000 square miles. Usageislands FormatA named vector of length 48. SourceThe World Almanac and Book of Facts, 1975, page 406. ReferencesMcNeil, D. R. (1977) Interactive Data Analysis. Wiley. Examplesrequire(graphics) dotchart(log(islands, 10), main = "islands data: log10(area) (log10(sq. miles))") dotchart(log(islands[order(islands)], 10), main = "islands data: log10(area) (log10(sq. miles))") -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
R Output | Date |
---|---|
Picostat Output - Visual Summaries | Feb 3, 2022 |
Picostat Output - Pie chart | Feb 3, 2022 |
Picostat Output - Dotplot | Feb 3, 2022 |
Picostat Output - Cumulative Frequency Histogram | Feb 3, 2022 |
Picostat Output - Boxplot | Feb 3, 2022 |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Ecdat / RetSchool | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / HalleyLifeTable | March 9, 2018 - 1:06 PM | Dataset |
wage1 | August 29, 2020 - 9:33 AM | Dataset |
R Dataset / Package boot / cd4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / blot | March 9, 2018 - 1:06 PM | Dataset |