Description Usage Format Details Source References Examples
Metric and categorical measurements on 91 Archaic dart points recovered during surface surveys at Fort Hood, Texas representing five types.
1 |
A data frame with 91 observations on the following 17 variables.
NameDart point type: Darl, Ensor, Pedernales, Travis, Wells
CatalogFort Hood catalog number
TARLTexas Archeological Research Laboratory site number
QuadFort Hood Quad
LengthMaximum Length (mm)
WidthMaximum Width (mm)
ThicknessMaxmimum Thickness (mm)
B.WidthBasal width (mm)
J.WidthJuncture width (mm)
H.LengthHaft element length (mm)
WeightWeight (gm)
Blade.ShBlade shape: E - Excurvate, I - Incurvate, R - Recurvate, S - Straight
Base.ShBase shape: E - Excurvate, I - Incurvate, R - Recurvate, S - Straight
Should.ShShoulder shape: E - Excurvate, I - Incurvate, S - Straight, X - None
Should.OrShoulder orientation: B - Barbed, H - Horizontal, T - Tapered, X - None
Haft.ShShape lateral haft element A - Angular, E - Excurvate, I - Incurvate, R - Recurvate, S - Straight
Haft.OrOrientation lateral haft element: C - Concave, E - Expanding, P - Parallel, T - Contracting, V - Convex
Measurements on five types of dart points from Fort Hood in central Texas (Darl, Ensor, Pedernales, Travis, and Wells). The points were recovered during 10 different pedestrian survey projects during the 1980's and were classified and measured by H. Blaine Ensor using the system created by Futato (1983) as described in Carlson, S., et al 1987, pp 51-70 and Appendices 4 and 7.
Fort Hood Projectile Points. Electronic database compiling the results of multiple surface surveys at Fort Hood in the possession of David L. Carlson, Department of Anthropology, Texas A&M University, College Station, TX. The artifacts are curated at Fort Hood, TX by the Cultural Resources Branch of the Directorate of Public Works.
Carlson, David L. 2017. Quantitative Methods in Archaeology Using R. Cambridge University Press, pp 52-60, 99-103, 106-107, 109-115, 148-157, 182-185, 198-211.
Carlson, S. B., H. B. Ensor, D. L. Carlson, E. A. Miller, and D E. Young. 1987. Archaeological Survey at Fort Hood, Texas Fiscal Year 1984. United States Army Fort Hood. Archaeological Resource Management Series, Research Report Number 14.
Futato, E. M. 1983. Projectile Point Morphology: Steps Toward a Formal Account. in Proceedings of the Thirty-fourth Southeastern Archaeological Conference, Lafayette, Louisiana, October 27-19, 1977. Southeastern Archaeological Conference. Bulletin 21: 38–81.
1 2 3 4 | data(DartPoints)
boxplot(Length~Name, DartPoints)
plot(Width~Length, DartPoints, pch=as.numeric(Name), main="FOrt Hood Dart Points")
legend("topleft", levels(DartPoints$Name), pch=1:5)
|

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.