Worksheet - 3
Worksheet - 3
a)LIST:
#list
lt = list("A", "B", "C", "D", "E", "F", "G")
paste(c("List: ",lt), collapse="-->")
#length of list
paste("length of list: ", length(lt))
#find dimension
paste(c("dimnesion of new_m: ", dim(new_m)), collapse=" ")
#length of matrix
paste("length of new_m: ", length(new_m))
SCREENSHOT AND OUTPUT FOR MATRICES:
Learning outcomes (What I have learnt):
Evaluation Grid (To be created as per the SOP and Assessment guidelines by the faculty):