Skip to contents

Coordinates to help visualize where each tree is in the gardens.

Usage

treepositions

Format

A data frame with 6 variables:

id_full

unique ID of the tree

tree

tree species

id

ID number of tree

alt

full genus species for tree

style

CSS position styling information

top

number for percent from top

left

number for percent from left

x

number for x-axis coordinate position in pixels

y

number for y-axis coordinate position in pixels

Details

This can also be thought of as the main list of trees in the garden throughout the years.

Examples

treepositions
#> # A tibble: 158 × 9
#>    id_full    tree   id    alt             style           top  left     x     y
#>    <chr>      <chr>  <chr> <chr>           <chr>         <dbl> <dbl> <dbl> <dbl>
#>  1 kanzan_120 kanzan 120   Prunus ‘Kanzan’ position: ab…  52.0 39.6    259   224
#>  2 kanzan_71  kanzan 71    Prunus ‘Kanzan’ position: ab…  72.7 24.7    362   136
#>  3 kanzan_39  kanzan 39    Prunus ‘Kanzan’ position: ab…  25.7 21.1    128   116
#>  4 kanzan_34  kanzan 34    Prunus ‘Kanzan’ position: ab…  76.3  9.45   380    52
#>  5 kanzan_21  kanzan 21    Prunus ‘Kanzan’ position: ab…  29.3  9.45   146    52
#>  6 kanzan_20  kanzan 20    Prunus ‘Kanzan’ position: ab…  25.7  9.45   128    52
#>  7 kanzan_1   kanzan 1     Prunus ‘Kanzan’ position: ab…  25.7  5.82   128    32
#>  8 kanzan_139 kanzan 139   Prunus ‘Kanzan’ position: ab…  76.7 69.1    390   380
#>  9 kanzan_123 kanzan 123   Prunus ‘Kanzan’ position: ab…  61.8 45.4    308   250
#> 10 kanzan_122 kanzan 122   Prunus ‘Kanzan’ position: ab…  58.6 43.6    292   240
#> # ℹ 148 more rows