(Ebook) Humanities Data in R: Exploring Networks, Geospatial Data, Images, and Text 2nd Edition by Unknown ISBN 9783031625664, 3031625668download
(Ebook) Humanities Data in R: Exploring Networks, Geospatial Data, Images, and Text 2nd Edition by Unknown ISBN 9783031625664, 3031625668download
https://ebooknice.com/product/biota-grow-2c-gather-2c-cook-6661374
https://ebooknice.com/product/matematik-5000-kurs-2c-larobok-23848312
https://ebooknice.com/product/sat-ii-success-math-1c-and-2c-2002-peterson-
s-sat-ii-success-1722018
https://ebooknice.com/product/master-sat-ii-math-1c-and-2c-4th-ed-arco-
master-the-sat-subject-test-math-levels-1-2-2326094
https://ebooknice.com/product/beginning-data-science-in-r-4-data-analysis-
visualization-and-modelling-for-the-data-scientist-2nd-edition-43676342
https://ebooknice.com/product/data-management-at-scale-modern-data-
architecture-with-data-mesh-and-data-fabric-2nd-edition-50379898
https://ebooknice.com/product/data-visualization-toolkit-using-javascript-
rails-and-postgres-to-present-data-and-geospatial-information-55873176
(Ebook) ADTs, Data Structures, and Problem Solving with C++ (2nd
Edition) by Larry R. Nyhoff ISBN 0131409093
https://ebooknice.com/product/adts-data-structures-and-problem-solving-
with-c-2nd-edition-2253698
Quantitative Methods in the Humanities
and Social Sciences
Taylor Arnold
Lauren Tilton
Humanities
Data in R
Exploring Networks, Geospatial Data,
Images, and Text
Second Edition
Quantitative Methods in the Humanities
and Social Sciences
Series Editors
Thomas DeFanti, Calit2, University of California San Diego, La Jolla, CA, USA
Anthony Grafton, Princeton University, Princeton, NJ, USA
Thomas E. Levy, Calit2, University of California San Diego, La Jolla, CA, USA
Lev Manovich, Graduate Center, The Graduate Center, CUNY, New York, NY, USA
Alyn Rockwood, KAUST, Boulder, CO, USA
Quantitative Methods in the Humanities and Social Sciences is a book series
designed to foster research-based conversation with all parts of the university
campus – from buildings of ivy-covered stone to technologically savvy walls
of glass. Scholarship from international researchers and the esteemed editorial
board represents the far-reaching applications of computational analysis, statistical
models, computer-based programs, and other quantitative methods. Methods are
integrated in a dialogue that is sensitive to the broader context of humanistic study
and social science research. Scholars, including among others historians, archaeolo-
gists, new media specialists, classicists and linguists, promote this interdisciplinary
approach. These texts teach new methodological approaches for contemporary
research. Each volume exposes readers to a particular research method. Researchers
and students then benefit from exposure to subtleties of the larger project or corpus
of work in which the quantitative methods come to fruition.
Editorial Board:
Thomas DeFanti, University of California, San Diego & University of Illinois at
Chicago
Anthony Grafton, Princeton University
Thomas E. Levy, University of California, San Diego
Lev Manovich, The Graduate Center, CUNY
Alyn Rockwood, King Abdullah University of Science and Technology
Publishing Editor for the series at Springer: Faith Su, faith.su@springer.com
Taylor Arnold • Lauren Tilton
Humanities Data in R
Exploring Networks, Geospatial Data,
Images, and Text
Second Edition
Taylor Arnold Lauren Tilton
University of Richmond University of Richmond
Richmond, VA, USA Richmond, VA, USA
© The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature Switzerland
AG 2015, 2024
This work is subject to copyright. All rights are solely and exclusively licensed by the Publisher, whether
the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse
of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and
transmission or information storage and retrieval, electronic adaptation, computer software, or by similar
or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication
does not imply, even in the absence of a specific statement, that such names are exempt from the relevant
protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book
are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or
the editors give a warranty, expressed or implied, with respect to the material contained herein or for any
errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional
claims in published maps and institutional affiliations.
This Springer imprint is published by the registered company Springer Nature Switzerland AG
The registered company address is: Gewerbestrasse 11, 6330 Cham, Switzerland
Published in 2015, the first edition of this book was written as digital humanities was
fully entering the lexicon of the academy. Debates over ideas such as computation,
digital, and data ensued. Questions such as what does it mean to think of sources
as data, or “humanities data,” were posed by Miriam Posner [75], while Jessica
Marie Johnson brought the longer history of quantification to ask pressing questions
about the process and effect of continuing to turn people into data [47]. Amid
these questions and debates, cultural institutions such as the Library of Congress
made an incredible commitment to digitization and open data, making sources once
only accessible in person available in digital formats that were now amenable to
computational methods. What could be possible with all these sources of data?
We set out to demonstrate how methods from text, spatial, and image analyses
could animate humanities fields by rethinking of our sources as data and using
programming, specifically the language R. This was a rather radical move at the
time, when humanities fields were particularly resistant to the idea of thinking of
materials such as books, photographs, and TV as the subject of analysis through
counting and probabilities, much less algorithms and modeling. The field of digital
humanities was pushing against this impulse, particularly led by scholars in digital
history and what we now call computational literary studies. For those interested in
learning how to bring them together, they were still often on their own. For many,
programming and humanities inquiry still seemed like a contradiction.
Yet, as graduate students, one in American Studies (Lauren) and the other in
Statistics (Taylor), bringing together humanities data such as historical photographs
with computational methods such as mapping seemed incredibly powerful. Our
work building photogrammar.org, and the project’s positive reception, demon-
strated the possibilities of layering mapping, text analysis, and image analysis to
further the study of visual culture. Computational methods did not replace all
the training of humanities fields, but rather fit with the experimentation, trans-
disciplinarity, and creativity that American Studies articulated as central to its
project. At the same time, fields such as Statistics were continuing their emphasis
on mathematical theory, often disconnected from many of the realities of working
with actual data and the methodological problems that the messiness of human data
v
vi Preface
The second edition is a significant revision, with almost every aspect of the text
rewritten in some way. The biggest difference is the incorporation of the set
of R packages commonly known as the tidyverse, consisting at its core of the
Preface vii
packages ggplot2 and dplyr. These packages have grown significantly in stability
and popularity over the past decade. They allow the kinds of functionality that we
wanted to highlight in the first version of the book, but do so with less code while
being backed by theoretical models of how data processing should work. These
features make them perfect elements to use for an introduction to R for working
with humanities data.
As before, Part I introduces the R programming language and key concepts for
working with data. Exploratory data analysis (EDA) remains a key concept and
philosophy. EDA is an approach for analyzing and summarizing to identify patterns
(and outliers) in data. It is also a way of knowing that is amenable to the kinds
of questions and heuristics that animate how humanistic fields approach studying
the human experience. Based on years of teaching, we have come to realize how
important understanding data collection is to data analysis yet how few resources
there are, so we have added Chap. 5: Collecting Data and Chap. 12: Data Formats to
address perhaps the most time-consuming part, collecting and organizing data.
Part II of the text is still organized around data types. We have decided to reorder
the chapters because of our approach to data. In this edition, we wanted to show how
one can layer types of analysis using the same data set. Rather than each chapter
introducing a new data set, we build our analysis of Wikipedia data from Chaps. 6
to 8 as we move from text to networks to temporal data. Chapter 8: Temporal
Data is a new chapter given the importance of time information, particularly if
we want to study change over time. Chapter 9: Spatial Data returns to the data
that was used in Part I to show how we can layer the information with additional
data. Chapter 10: Image Data introduces a new data set of 1940s photographs to
apply computer vision. While we are always hesitant of hype about technological
change, particularly given all the current (generative) AI boosterism, a significant
methodological shift in the last 10 years is the advances in computer vision,
particularly the ascent of deep learning. We now focus on several of the most popular
tasks such as object detection, and how we can also layer them with additional
methods such as networks. The reorganization, additional chapters, and new data
sets are a part of trying to demonstrate how layering methods can add context and
nuance to our analysis.
Humanities Data
We now return to the term “humanities data.” For us, this means any data that is
engaged with analyzing any aspect of human societies and cultures. This is bigger
than any disciplinary or institutional formation. When we are working with the
messiness of human creativity and meaning, we are engaged in a challenging task,
particularly when we want to understand peoples’ beliefs, values, and behaviors,
whether today or in the past. This is inherently a transdisciplinary project that
traverses any walls that we try to build through academic journals, departments,
scholarly associations, and the university itself. Working with humanities data
viii Preface
happens in industry and beyond. Working with this data carefully, ethically, and
precisely takes collaboration. The book is designed to provide the groundwork for
those who seek to engage with and analyze the data that documents, shapes, and
communicates who we are, where we have been, and the worlds we are building.
No book can do everything, and our orientation is centered around the United
States. The goal of this book is to walk readers through the methods and provide
the code that will give one the resources and confidence to computationally explore
humanities data. Data and methods such as image analysis are the subject of tens of
thousands of articles and books. At the end of each chapter and through our citations,
we offer further reading to start connecting with the wide range of scholarship on
each of these chapters. We also do not go directly into all the debates over the
epistemology and ontology of data and statistics itself; we find a great place to start
is with Lisa Gitelman’s “Raw Data” is an Oxymoron [36] and Chris Wiggins and
Matthew L. Jones’s How Data Happened: A History from the Age of Reason to
the Age of Algorithm [104]. Along with work by dana boyd, Kate Crawford, Safiya
Noble, and Meredith Broussard, we find Catherine d’Ignazio and Lauren Klein’s
Data Feminism to be also be a great place to start when it comes to data ethics and
justice [30].
Zooming out, there is significant domain-specific scholarship to draw on to
see the power of humanities data analysis. There are series and journals such as
Current Research in Digital History, Debates in the Digital Humanities, Digital
Scholarship in the Humanities, Journal of Cultural Analytics, Journal of Open
Source Software, and the new journal Computational Humanities Research along
with digital humanities special issues in journals like American Quarterly, Cinema
Journal, and Digital Humanities Quarterly. There are books like Ted Underwood’s
Distant Horizons, [87] Andrew Piper’s Enumerations [73], and our own Distant
Viewing [7] that offer theories for computational methods. As well, there are
domain-specific works such as Cameron Blevins’ Paper Trails: The US Post and
the Making of the American West [16] and Lincoln Mullen’s America’s Public Bible
[63] that show how computational methods provide key evidence for scholarship in
religious studies, US history, and rhetorical studies. We offer the work above as a
starting point for the rich conversations and debates around humanities data.
Supplementary Materials
We make extensive use of example datasets through this text. Particular care was
taken to use data in the public domain, or otherwise freely and openly accessible.
Whenever possible, subsets of larger archives were used instead of smaller one-
off datasets. This approach has the dual benefit that these larger sets are often of
independent interest, as well as providing an easy source of additional data for
use in course projects, lectures, and further study. These datasets are available (or
Preface ix
Acknowledgments
For the first edition, it would not have been possible to write this text without
the collaboration and support offered by our many colleagues, friends, and family.
In particular, we would like to thank those who agreed to read and comment on
the early drafts of this text: Carol Chiodo, Jay Emerson, Alex Gil, Jason Heppler,
Matthew Jockers, Mike Kane, Lev Manovich, Laura Wexler, Jeri Wieringa, and two
anonymous readers.
For the second edition, we are deeply appreciative of the University of Richmond,
which has given us the time and resources to pursue a second edition. We
are grafteful to Justin Wigard, who read a complete draft and offered crucial
feedback, and Agnieska Szymanska, who provided guidance in countless ways.
Working with Rob Nelson and the Digital Scholarship Lab (DSL) has been
incredible; their commitment to bringing together digital humanities and social
justice through award-winning projects like Mapping Inequality continue to inspire.
We are also grateful to our departments—Rhetoric and Communication and Math
and Statistics—along with Dean Jenny Cavanaugh, whose support, generosity, and
deep commitment to the liberal arts is a model for us all. It is a special place where
the University President takes the time to engage with faculty’s scholarship. Thank
you, Kevin Hallock, for your time and leadership. And finally, to the awesome UR
students who took our classes and helped us refine our teaching and shared in the
joys and challenges of working with humanities data.
Part I Core
1 Working with Data in R. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3 Working with R and R Markdown. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.4 Running R Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.5 Functions in R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.6 Loading Data in R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.7 Datasets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.8 Formatting R Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
1.9 Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2 EDA I: Grammar of Graphics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.2 Text Geometry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
2.3 Lines and Bars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
2.4 Optional Aesthetics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
2.5 Scales . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
2.6 Labels and Themes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
2.7 Conventions for Graphics Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
2.8 Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3 EDA II: Organizing Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
3.2 Choosing Rows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
3.3 Data and Layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
3.4 Selecting Columns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
3.5 Arranging Rows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
3.6 Summarize and Group By . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48
3.7 Geometries for Summaries. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
3.8 Mutate. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
3.9 Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
xi
xii Contents
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 277
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 281
Part I
Core
Chapter 1
Working with Data in R
1.1 Introduction
In this book, we focus on tools and techniques for exploratory data analysis or EDA.
Initially described in John Tukey’s classic text by the same name, EDA is a general
approach to examining data through visualizations and broad summary statistics
[19, 85]. It prioritizes studying data directly in order to generate hypotheses and
ascertain general trends prior to, and often in lieu of, formal statistical modeling.
The growth in both data volume and complexity has further increased the need
for a careful application of these exploratory techniques. In the intervening 50
years, techniques for EDA have enjoyed great popularity within statistics, computer
science, and many other data-driven fields and professions.
The histories of the R programming language and EDA are deeply entwined.
Concurrent with Tukey’s development of EDA, Rick Becker, John Chambers,
and Allan Wilks of Bell Labs began developing software designed specifically
for statistical computing. By 1980, the “S” language was released for general
distribution outside Bell Labs. It was followed by a popular series of books and
updates, including “New S” and “S-Plus” [10–12, 21]. In the early 1990s, Ross
Ihaka and Robert Gentleman produced a fully open-source implementation of S
called “R.” It is called “R” for it is both the “previous letter in the alphabet” and
the shared initial in the authors’ names. Their implementation has become the de
facto tool in the field of statistics and is often cited as being amongst the top 20 used
programming languages in the world. Without the interactive console and flexible
graphics engine of a language such as R, modern data analysis techniques would be
largely intractable. Conversely, without the tools of EDA, R would likely still have
been a welcome simplification to programming in lower-level languages but would
have played a far less pivotal role in the development of applied statistics.
The historical context of these two topics underscores the motivation for studying
both concurrently. In addition, we see this book as contributing to efforts to bring
new communities to learn from and to help shape data analysis by offering other
1.2 Setup
While it is possible to read this book as a conceptual text, we expect that the majority
of readers will eventually want to follow along with the code and examples that are
given throughout the text. The first step in doing so is to obtain a working copy
of R. The Comprehensive R Archive Network, known as CRAN, is the official
home of the R language and supplies download instructions according to a user’s
operating system (i.e., Mac, Windows, Linux): http://cran.r-project.org/.
Other download options exist for advanced users, up to and including a custom
build from the source code. We make no assumptions throughout this text regarding
which operating system or method of obtaining or accessing R readers have chosen.
In the rare cases where differences exist based on these options, they will be
explicitly addressed. While one can work from the terminal, we recommend using
an integrated development environment (IDE) to more easily see the code and data.
A piece of open-source software called the RStudio IDE is highly recommended:
https://posit.co/download/rstudio-desktop/. When installed in conjunc-
tion with the R environment, RStudio provides a convenient way of running R
code and seeing the output in a single window. We will show in the next section
screenshots from running R code in RStudio.
In addition to the R software, walking through the examples in this text requires
access to the datasets we explore. Care has been taken to ensure that these are all in
the public domain so as to make it easy for us to redistribute to readers. The materials
and download instructions can be found at https://humanitiesdata.org/. A
complete copy of the code from the book is also provided to make replicating (and
extending) the results as easy as possible.
1.3 Working with R and R Markdown 5
The supplemental materials for this book include all the data and code needed to
replicate all of the analyses and visualizations in this book. We include the exact
same code that will be printed in the book. We have used the R Markdown file
format, which has an .Rmd extension, to store this code, with a file corresponding
to each chapter in the text. The R Markdown file format is a great choice for data
analysis because it allows us mix code and descriptions within the same file [51].
In fact, we even wrote the text of this book in the R Markdown format before
converting it into LaTeX for printing.
The RStudio environment offers a convenient format for viewing and editing R
Markdown files. If we open an R Markdown file in RStudio, we should see a window
similar to the one shown in Fig. 1.2. We made this image on a recent version of
macOS; the specific view may be slightly different on Windows and may change
6 1 Working with Data in R
Fig. 1.2 Default view of an R Markdown file in RStudio shown in a recent version of macOS
slightly depending on the screen size and the version of RStudio being used. On the
left is the actual file itself. Some output and other helpful bits of information are
shown on the right. There is also a Console window, which we generally will not
need. We have minimized it in the graphic, which we often do whenever working
on a smaller screen
Looking at the R Markdown file, notice that the file has parts that are on a
white background and other parts that are on a gray background. The white parts
correspond to text and the gray parts to code. In order to run the code, and to see
the output, click on the green triangle play button on the upper-right corner of each
block. When we run code to read or create a new dataset, the data will be listed in
the Environment tab in the upper-right-hand side of RStudio. Finally, clicking on
the data will open a spreadsheet version of the data that we can view to understand
the structure of our data and to see all the columns that are available for analysis.
As with any digital file, it is a good idea to make sure to save the notebook
frequently. Keep in mind, however, that only the text and code itself is saved.
The results (plots, tables, and other output) are not automatically stored. While
counterintuitive at first, this is a helpful feature because the code is much smaller
compared to the results. Saving the code helps to keep the file sizes small and tidy.
If we would like to save the results in a way that can be shared with others, we need
to knit the file by clicking on the Knit button (it has a ball of yarn icon) at the top of
the notebook. After running all the code from scratch, the knit function will produce
an HTML version of our script that we can open in a web browser.
1.4 Running R Code 7
Now, let’s see some examples of how to run R code. In this book, we will show
snippets of R code and the output rather than a screenshot of the entire RStudio
session. Though, know that we should think of each of the snippets as occurring
inside of one of the gray boxes in an R Markdown file. In one of its most basic
forms, R can be used as a fancy calculator. We can add 1 and 1 by typing 1+1
into the code chunk of an R Markdown file. Hitting the run button will display the
output (2) below. An example in RStudio is shown in Fig. 1.2. In the book, we will
write this code and output using a black box with the R code written inside of it.
Any output will be shown below, with each line proceeded by two hash tags. An
example is given below.
1 + 1
## [1] 2
We will often see numbers in the output surrounded by square brackets, such as the
[1] in the output above. These are a common cause of confusion and worry for
new users of R. These numbers are simply counting the values in the output. In the
example above, the [1] that it is showing that the value 2 is first output from our
code.
In addition to just returning a value, running R code can also result in storing
values through the creation of new objects within R. Objects in R are used to store
anything—such as numbers, datasets, functions, or models—that we want to use
again later. Each object has a name associated with it that we can use to access it in
future code. To create an object, we will use the <- (arrow) symbol with the name on
the left-hand side of the arrow and code that produces the object on the right-hand
side. For example, we can create a new object called mynum with a value of 8 by
running the following code.
mynum <- 3 + 5
Notice that the code here did not print any results because the result was saved as
a new object. We can now use our new object mynum exactly the same way that we
would use the number 8. For example, adding it to 1 to get the number nine:
mynum + 1
## [1] 9
Object names must start with a letter but can also use underscores and periods. We
recommend using only lowercase letters and underscores. That makes it easier to
Random documents with unrelated
content Scribd suggests to you:
people were accustomed to see him every year in a character directly
opposite; so that no way appeared of making the impression he
desired, except by abolishing the annual ceremony. Until then the
relics of St. Victor, who was esteemed the patron saint of Marseilles
were always borne in the procession. They were likewise carried in
procession at the time of any public calamity; but on these occasions
the armed cavalier did not make his appearance.
The grotto, which for a short time had been the residence of Mary
Magdalen, was, on the foundation of the monastery converted into a
chapel, and a tomb erected to her memory. It was said that no woman
could enter this chapel without being immediately struck blind; and for
some centuries no female attempted to penetrate the sanctity of the
place, till the celebrated queen Joan insisted on admission, when it is
said she had sooner passed the portal than she was deprived of her
sight. It was afterwards restored, on her putting a balustrade of solid
silver round the image of the virgin. This image has been preserved,
and a place has been allotted her in the church; but one of the
remarkable effects of the French revolution is, that a woman can now
look at it without experiencing the least inconvenience.
On the tomb of the Magdalen, which was of white marble, were
many curious figures carved in relief—among others a wolf suckling
two children; and in the inferior church were seven very fine marble
columns of the Corinthian order. These are supposed to have been
some of the many spoils of the Pagan temples, which the monks of St.
Victor are known to have appropriated to their own use.
It was formerly a popular belief, that in this place were deposited
the bodies of seven brothers who were not dead, but lay there to
sleep till the general resurrection. What became of them at the
demolition of the abbey does not appear.
Among the curiosities of the abbey of St. Victor was a well, with a
small column of granite on each side of it. On one of the columns was
a figure which was called the impression of the devil’s claw; and the
story concerning it was, that the old gentleman, being envious of the
superior sanctity of the holy fathers, stole one day into the monastery
with a malicious intention to corrupt them. What form he assumed is
not stated by the record, but he was soon discovered, and obliged to
make his escape; in doing which he stepped over these two columns,
and left the impression of his claw upon one of them. The truth was,
that the columns were ancient ones, and the devil’s claw the remains
of an acanthus’ leaf.
The abbey of St. Victor was secularized under Louis XV. Formerly
none but natives of Marseilles could be members of the community,
and the city had the right of placing in it, a certain number of youth
for education free of expense. These valuable privileges were
surrendered, and the canons were in future only to be chosen from
among such families of Provence, as could produce a title of a
hundred and fifty years’ nobility on the paternal side. From that time
the foundation assumed the title of “the noble and illustrious collegiate
church of St. Victor.”
In a few years afterwards, the new canons, being all nobles,
petitioned the king for a badge to distinguish them from the other
chapters of the province; and they obtained permission to wear a
cross, or rather a star of enamel, similar to that worn by the knights of
Malta, slung round the neck with a deep red ribband. In the centre of
the cross was represented on one side the figure of St. Victor with the
dragon, and round it “Divi Victoris Massiliensis,” and on the other, the
great church of the abbey, with the words “Monumentis et nobilitate
insignis.”
The luxury and libertinism of the new canons were matter of
notoriety and scandal, and in the great overthrow of the sceptre and
priesthood, the abbey of St. Victor became one of the first objects of
popular vengeance. So complete was the demolition of many parts of
the buildings, that even the very stones were carried away; but in the
greater part fragments of the walls are still left standing. Among the
ruins are many fragments of carved work, which the monks had
appropriated to the decoration of their monastery. The most beautiful
of these remains were deposited in the Lyceum at Marseilles.[265]
NATURALISTS’ CALENDAR.
Mean Temperature 61·87.
[265] Miss Plumptre.
July 22.
Magdalene.
This name is in the church of England calendar and the almanacs.
The character of Magdalen is ably vindicated from the common and
vulgar imputation by the illustrious Lardner, in a letter to the late
Jonas Hanway, wherein he urges on the eminent philanthropist, the
manifest impropriety of calling a receptacle for female penitents by the
name of Magdalen.
Among the most illustrious guests the grotto ever received, must
be reckoned Petrarch. He went at the solicitation of Humbert, dauphin
of the Viennois, and of cardinal Colonna, very much against his own
inclination. In a letter which he wrote thirty-four years afterwards to
his intimate friend Philip of Cabassole, bishop of Cavaillon, he says,
“We passed three days and three nights in this holy and horrible
cavern. Wearied with the society of persons whom I had accompanied
spite of myself, I often wandered alone into the neighbouring forest. I
had even recourse to my usual remedy for chasing the ennui which
arises from being in company not perfectly agreeable to me. My
imagination at such moments recurs to my absent friends, and
represents them as if present with me: though my acquaintance with
you was not then of long standing, yet you came to my assistance; I
fancied that you were seated by me in the grotto, and invited me to
write some verses in honour of the holy penitent, towards whom you
had always a particular devotion; when I immediately obeyed, and
wrote such as first occurred.” The verses are little more than a poetical
description of the place.
NATURALISTS’ CALENDAR.
Mean Temperature 62·47.
July 23.
Longevity.
Died, at Elderslie, on the twenty-third of July, 1826, Hugh Shaw, at
the great age of 113 years. Till within the previous eighteen months
he walked every Saturday to Paisley, and returned, a distance of seven
miles. While able to go about, he had no other means of support than
what he collected by begging from door to door. After his confinement
to the house, he was supported by private bounty. Previous to the last
three weeks of his life, he was able to leave his bed every day. Latterly
he was blind and deaf. He is said to have left strict charges that, as he
had never received parish relief, he should be buried without its aid,
even if he were interred without a coffin. His funeral was attended by
a number of respectable inhabitants of Paisley, and by a party of the
forty-second regiment, wherein he had served.[266]
NATURALISTS’ CALENDAR.
Mean Temperature 64·25.
July 24.
Remarkable Earthquake.
The following communication was received too late for insertion on
the fifteenth of the month, under which day the reader will be pleased
to consider it to belong.
For the Every-Day Book.
July 15.
On the fifteenth of July, 1757, a violent shock of an earthquake
was felt on the western part of Cornwall. Its operations extended from
the islands of Scilly, as far east as Leskeard, and as far as Camelford
north. The noise exceeded that of thunder; the tremours of the earth
were heard and seen in different mines, particularly the following:—In
Carnoth Adit in St. Just, the shock was felt eighteen fathoms deep;
and in Boseadzhil Downs mine, thirty fathoms. At Huel-rith mine in the
parish of Lelant, the earth moved under the miners, quick, and with a
trembling motion. In Herland mine, in the parish of Gwinear, the noise
was heard sixty fathoms deep. In Chace-water mine, near Redruth, at
seventy fathoms deep, a dull and rumbling sound. The effect on the
miners may easily be conceived; they are generally a very
superstitious race of men.[267]
Cornish Hurling.
“Hurling matches” are peculiar to Cornwall. They are trials of skill
between two parties, consisting of a considerable number of men,
forty to sixty aside, and often between two parishes. These exercises
have their name from “hurling” a wooden ball, about three inches
diameter, covered with a plate of silver, which is sometimes gilt, and
has commonly a motto—“Fair play is good play.” The success depends
on catching the ball dexterously when thrown up, or dealt, and
carrying it off expeditiously, in spite of all opposition from the adverse
party; or, if that be impossible, throwing it into the hands of a partner,
who, in his turn, exerts his efforts to convey it to his own goal, which
is often three or four miles’ distance. This sport therefore requires a
nimble hand, a quick eye, a swift foot, and skill in wrestling; as well as
strength, good wind, and lungs. Formerly it was practised annually by
those who attended corporate bodies in surveying the bounds of
parishes; but from the many accidents that usually attended that
game, it is now scarcely ever practised. Silver prizes used to be
awarded to the victor in the games.
Cornish Wrestling and the Hug.
The mode of wrestling in Cornwall is very different from that of
Devonshire, the former is famous in the “hug,” the latter in kicking
shins. No kicks are allowed in Cornwall, unless the players who are in
the ring mutually agree to it. A hat is thrown in as a challenge, which
being accepted by another, the combatants strip and put on a coarse
loose kind of jacket, of which they take hold, and of nothing else: the
play then commences. To constitute a fair fall, both shoulders must
touch the ground, at, or nearly, the same moment. To guard against
foul play, to decide on the falls, and manage the affairs of the day,
four or six sticklers (as the umpires are called) are chosen, to whom
all these matters are left.
In the “Cornish hug,” Mr. Polwhele perceived the Greek palæstral
attitudes finely revived; two Cornishmen in the act of wrestling, bear a
close resemblance to the figures on old gems and coins.
The athletic exercise of wrestling thrives in the eastern part of
Cornwall, particularly about Saint Austle and Saint Columb. At the
latter place resides Polkinhorne, the champion of Cornwall, and by
many considered to be entitled to the championship of the four
western counties. He keeps a respectable inn there, is a very good-
looking, thick-set man—still he does not look the man he is—“he has
that within him that surpasses show.” A contest between him and
Cann, the Devonshire champion, was expected to take place in the
course of this summer; much “chaffing” passed between them for
some time in the country papers, but it appears to be “no go;” no fault
of the Cornish hero, “who was eager for the fray”—the Devonshire lad
showed the “white feather” it is acknowledged by all. Polkinhorne has
not practised wrestling for several years past; while Cann has carried
off the prize at every place in Devon that he “showed” at. They
certainly are both “good ones.” Parkins, a friend of the Cornish hero, is
a famous hand at these games; and so was James Warren, of
Redruth, till disabled in February, 1825, by over exertion on board the
Cambria brig, bound for Mexico—the vessel that saved the crew and
passengers of the Kent East Indiaman. He has been in a very ill state
of health ever since; the East India Company and others have voted
him remuneration, and many of the sufferers have acknowledged their
debt of gratitude to him for saving their lives.
With a view of maintaining the superiority in amusements in which
the Cornish delight, John Knill, Esq. of great eminence at St. Ives,
bequeathed the income of an estate to trustees, that the same might
be distributed in a variety of prizes, to those who should excel in
racing, rowing, and wrestling. These games he directed should be held
every fifth year for ever, around a mausoleum which he erected in
1782, on a high rock near the town of St. Ives.
The first celebration took place in July, 1801, when, according to
the will of the founder, a band of virgins, all dressed in white, with four
matrons, and a company of musicians, commenced the ceremony by
walking in pairs to the summit of the hill, where they danced, and
chanted a hymn composed for the purpose round the mausoleum, in
imitation of druids around the cromlechs of the departed brave. Ten
guineas were expended in a dinner at the town, of which six of the
principal inhabitants partook. Some idea of the joyous scene may be
conceived by reading an account of an eye-witness.
“Early in the morning the roads from Helston, Truro, and Penzance
were lined with horses and vehicles of every description, while
thousands of travellers on foot poured in from all quarters till noon,
when the assembly formed. The wrestlers entered the ring; the troop
of virgins, dressed in white, advanced with solemn step to the notes of
harmony; the spectators ranged themselves along the hills; at length
the mayor of St. Ives appeared in his robes of state. The signal was
given; the flags were displayed in waving splendour from the towers
of the castle; the sight was grand. Here the wrestlers exerted their
sinewy strength; there the rowers in their various dresses of blue,
white, and red, urged the gilded prows of their boats through the
sparkling waves—the dashing of oars—the songs of the virgins—all
joined to enliven the picture. The ladies and gentlemen of Penzance
returned to an elegant dinner at the Union hotel, and a splendid ball
concluded the evening entertainments.”
These games were again celebrated in 1806, 1811, 1816, and
1821, with increased fervour and renewed admiration.
The following chorus was sung by the virgins:—
Quit the bustle of the bay,
Hasten, virgins, come away;
Hasten to the mountain’s brow
Leave, oh! leave St. Ives below;
Haste to breathe a purer air,
Virgins fair, and pure as fair.
Quit St. Ives and all her treasures,
Fly her soft voluptuous pleasures;
Fly her sons, and all the wiles
Lurking in their wanton smiles
Fly her splendid midnight-halls,
Fly the revels of her balls;
Fly, oh! fly the chosen seat,
Where vanity and fashion meet.
Hither hasten; form the ring,
Round the tomb in chorus sing,
And on the loft mountain’s brow, aptly dight,
Just as we should be—all in white,
Leave all our baskets and our cares below.
The celebration of the foregoing game falls in this year, 1826.
Should any thing particular transpire more than the foregoing, you
shall hear from
Sam Sam’s Son.
July 20, 1826.
NATURALISTS’ CALENDAR.
Mean Temperature 63·70.
[267] Friday, July 15, 1757, about seven in the evening, a smart shock of an
earthquake was felt at Falmouth, attended with great noise, which almost
every one heard, and saw the windows and things in the houses in motion.
As the shock did not last above half a minute, the people were not sensible
what it was till afterwards. It was thought to come from the south-west and
to go eastward.—Gentleman’s Magazine.
July 25.
St. James.
This name in the calendar refers to St. James the Great, who was
so called “either because he was much older than the other James, or
because our Lord conferred upon him some peculiar honours and
favours.”[268] He was put to death under Herod.
Leaving the fable of the play of the “Death Fetch” altogether, and
merely taking its name for the purpose of acquainting the reader with
the attributes of a “fetch,” recourse is had in the outset to the “Tales
of the O’Hara Family.” The notions of such of the good people of
Ireland, as believe at this time in that “airy thing,” are set forth with
great clearness by the author of that work, who is a gentleman of the
sister kingdom with well-founded claims to distinction, as a man of
genius and literary ability. The following is extracted preparatory to
other authorities regarding “fetches” in general.
In some parts of Scotland, the “fetch” was called the fye. It was
observed to a woman in her ninety-ninth year, that she could not long
survive. “Aye,” said she, with great indignation, “what fye-token do
you see about me?” This is quoted by Brand from the “Statistical
Account of Scotland,” vol. xxi. p. 150; and from the same page he
cites an anecdote to show with what indifference death is sometimes
contemplated.
James Mackie, by trade a wright, was asked by a neighbour for
what purpose he had some fine deal in his barn. “It is timber for my
coffin,” quoth James. “Sure,” replies the neighbour, “you mean not to
make your own coffin. You have neither resolution nor ability for the
task.” “Hout away man,” says James, “if I were once begun, I’ll soon
ca’t by hand.” The hand, but not the heart, failed him, and he left the
task of making it to a younger operator.
This anecdote brought to Mr. Brand’s remembrance what certainly
happened in a village in the county of Durham, where it is the
etiquette for a person not to go out of the house till the burial of a
near relation. An honest simple countryman, whose wife lay a corpse
in his house, was seen walking slowly up the village: a neighbour ran
to him, and asked “Where in heaven, John, are you going?” “To the
joiner’s shop,” said poor John, “to see them make my wife’s coffin; it
will be a little diversion for me.”
In 1823, the editor of this work being mentally disordered from too
close application, left home in the afternoon to consult a medical
friend, and obtain relief under his extreme depression. In Fleet-street,
on the opposite side of the way to where he was walking, he saw a
pair of legs devoid of body, which he was persuaded were his own
legs, though not at all like them. A few days afterwards when worse in
health, he went to the same friend for a similar purpose, and on his
way saw himself on precisely the same spot as he had imagined he
had seen his legs, but with this difference that the person was entire,
and thoroughly a likeness as to feature, form, and dress. The
appearance seemed as real as his own existence. The illusion was an
effect of disordered imagination.
NATURALISTS’ CALENDAR.
Mean Temperature 64·20.
July 26.
St. Ann.
She was the mother of the Virgin Mary, and is a saint of great
magnitude in the Romish church. Her name is in the church of
England calendar, and the almanacs.
There are curious particulars concerning Ann and her husband St.
Joachim, in vol. i. col. 1008.
NATURALISTS’ CALENDAR.
Mean Temperature 63·67.
July 27.
Fall of Nanneu Oak.
This is a remarkable incident in the annals of events relating to the
memorials of past times.
The Haunted Oak of Nanneu,
Near Dolgelly, in Merionethshire.
On the twenty-seventh of July, 1813, sir Richard Colt Hoare, bart.,
the elegant editor of “Giraldus Cambrensis,” was at Nanneu, “the
ancient seat of the ancient family of the Nanneus,” and now the seat
of sir Robert Williams Vaughan, bart. During that day he took a sketch
of a venerable oak at that place, within the trunk of which, according
to Welsh tradition, the body of Howel Sele, a powerful chieftain
residing at Nanneu, was immured by order of his rival Owen Glyndwr.
In the night after the sketch was taken, this aged tree fell to the
ground. An excellent etching of the venerable baronet’s drawing by Mr.
George Cuitt of Chester, perpetuates the portrait of this celebrated oak
in its last moments. The engraving on the next page is a mere extract
from this masterly etching.
It stood alone, a wither’d oak
Its shadow fled, its branches broke;
Its riven trunk was knotted round,
Its gnarled roots o’erspread the ground
Honours that were from tempests won,
In generations long since gone,
A scanty foliage yet was seen,
Wreathing its hoary brows with green,
Like to a crown of victory
On some old warrior’s forehead grey,
And, as it stood, it seem’d to speak
To winter winds in murmurs weak,
Of times that long had passed it by
And left it desolate, to sigh
Of what it was, and seem’d to wail,
A shadeless spectre, shapeless, pale.
Mrs. Radclife.[269]
The charm which compels entrance to Mr. Cuitt’s print within every
portfolio of taste, is the management of his point in the representation
of the beautiful wood and mountain scenery around the tree, to which
the editor of the Every-Day Book would excite curiosity in those who
happen to be strangers to the etching. But this gentleman’s fascinating
style is independent of the immediate object on which he has
exercised it, namely, “the spirit’s Blasted Tree,” an oak of so great
fame, that sir Walter Scott celebrates its awful distinction among the
descendants of our aboriginal ancestors, by the lines of “Marmion,”
affixed to the annexed representation.
Ceubren yr Ellyll,
THE SPIRIT’S BLASTED TREE.
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
ebooknice.com