Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Jean-Romain,
I am working with your amazing lidR package these days and love it.
I want to plot my field data (x, y, z values that I convert to a sp data frame) above the lidar data.
For that I am using the
plot_3d
and theadd_treetops3D
addition.I have changed your example code, so that the added points are not treetops but my actual measured tree heights and locations.
This is the code:
So this all works great.
BUT, I would like the symbols of the added treetops to be smaller and possibly see trough,
Is there a way, I can change the symbols in the code above? Maybe in the add_treetops3d() section?
Thanks for your help.
Best wishes,
Linda
Beta Was this translation helpful? Give feedback.
All reactions