R Dataset / Package Stat2Data / Volts
On this R-data statistics page, you will find information about the Volts data set which pertains to Volts. The Volts data set is found in the Stat2Data R package. You can load the Volts data set in R by issuing the following command at the console data("Volts"). This will load the data into a variable called Volts. If R says the Volts data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. 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 Volts R data set. The size of this file is about 601 bytes.
Volts
Description
Voltage drop over time as a capacitor discharges
Format
A dataset with 50 observations on the following 2 variables.
Voltage | Voltage (in volts) |
Time | Time after charging (in seconds) |
Details
A capacitor was charged with a nine-volt battery and then a voltmeter recorded the voltage as the capacitor was discharged. Measurements were taken every .02 seconds.
Source
Measurements recorded by one of the authors.
Dataset imported from https://www.r-project.org.