R Dataset / Package datasets / volcano
Attachment | Size |
---|---|
dataset-46531.csv | 20.67 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the volcano data set which pertains to Topographic Information on Auckland's Maunga Whau Volcano. The volcano data set is found in the datasets R package. Try to load the volcano data set in R by issuing the following command at the console data("volcano"). This may load the data into a variable called volcano. If R says the volcano 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("volcano"). 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 volcano 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 volcano R data set. The size of this file is about 21,167 bytes. Topographic Information on Auckland's Maunga Whau VolcanoDescriptionMaunga Whau (Mt Eden) is one of about 50 volcanos in the Auckland volcanic field. This data set gives topographic information for Maunga Whau on a 10m by 10m grid. Usagevolcano FormatA matrix with 87 rows and 61 columns, rows corresponding to grid lines running east to west and columns to grid lines running south to north. SourceDigitized from a topographic map by Ross Ihaka. These data should not be regarded as accurate. See Also
Examplesrequire(grDevices); require(graphics) filled.contour(volcano, color.palette = terrain.colors, asp = 1) title(main = "volcano data: filled contour map") -- 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 - Correlation Coefficients | Jan 20, 2022 |
Picostat Output - Simple Linear Regression | Jan 20, 2022 |
Picostat Output - Bivariate Plot | Jan 20, 2022 |
Picostat Output - Dotplot | Jan 20, 2022 |
Picostat Output - Bar Plot for One Variable | Jan 20, 2022 |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package datasets / sunspot.year | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / airmiles | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / SampleFG | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - toy_anova | August 9, 2020 - 2:38 PM | Dataset |
swiss | February 26, 2017 - 11:28 AM | Dataset |