You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for visualisation purposes, a potential improvement of #275 could be to have the possibility to plot together two point clouds with different colour palettes.
I think something like:
las1# classified scene without treeslas2# only trees
plot(las1, color="Classification") # mainly to distinguish ground VS man made objects (buildings, power lines, etc)
plot(las2, add=TRUE) # add the trees coloured according to Z
The text was updated successfully, but these errors were encountered:
Just for visualisation purposes, a potential improvement of #275 could be to have the possibility to plot together two point clouds with different colour palettes.
I think something like:
The text was updated successfully, but these errors were encountered: