Description Usage Format Details Acknowledgments See Also Examples
Subset of a ViewFullTable (vft) from Luquillo. Included are all trees in four
quadrats (coordinates: PX between (>=) 100 and 140; and PY between 400
and 440) of censuses four through 6. For bigger datasets, including censuses
one through six, see links under section See also.
1 |
An object of class tbl_df (inherits from tbl, data.frame) with 3302 rows and 32 columns.
Compared to the raw data in text format, this dataset replaced NULL values with missing values, and its columns have a specific type.
Thanks to Jess Zimmerman for sharing data from Luquillo.
vft_description.
data_dictionary.
Other View tables: luquillo_taxa,
vft_description
1 2 3 4 | str(luquillo_vft_4quad, give.attr = FALSE)
show_some_values_of_each_column <- function(x) head(unique(x))
lapply(luquillo_vft_4quad, show_some_values_of_each_column)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.