# NOT RUN {
#========================================================================================
# Practical example
#========================================================================================
h.array.etc <- hits_from_thresholds()
h.array.etc$h
h.vector <- from_array_to_vector(h.array.etc$h)
h.vector
#========================================================================================
# Educational example 1
#========================================================================================
a <- array_easy_example()
a
a.vector <- from_array_to_vector(a)
a.vector
#========================================================================================
# Educational example 2
#========================================================================================
a <- array_easy_example(2,3,2)
a
a.vector <- from_array_to_vector(a)
a.vector
# Revised 2019 August 20
# Revised 2020 Jan
# }
Run the code above in your browser using DataLab